#042169

Color #042169 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #042169

Tints of Sapphire #042169

Color information

#042169 (or 0x042169) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 69. RGB value is (4,33,105). Sum of RGB (Red+Green+Blue) = 4+33+105=142 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.82% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #042169 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042169 is #FBDE96. Grayscale: #202020. Windows color (decimal): -16506519 or 6889732. OLE color: 6889732.

HSL color Cylindrical-coordinate representation of color #042169: hue angle of 222.77º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042169 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB433105-
CMYK0.960.6900.59
HSL222.77º92.66%21.37%-
HSV(B)222.77º96.19%41.18%-
XYZ3.142.1313.61-
YUV32.54168.89107.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 4 (1.95% from 255) = 2.82%
GREEN value IS 33 (13.28% from 255) = 23.24%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=2.82%
G=23.24%
B=73.94%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4331050.960.6900.59222.7792.6621.37
Hex42169604503Bdf5d15
Octal44115114010507333713525
Binary100100001110100111000001000101011101111011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042169; }

 p { color: rgb(4,33,105); }

 H1.HeaderClassName
 {
   color: #042169;
 }
 .AnyTagClassName
 {
   color: #042169;
 }
</style>
background-color css

<style>
 a { background-color: #042169; }

 a { background-color: rgb(4,33,105); }

 div.DivClassName
 {
   background-color: #042169;
 }
 .BgClassName
 {
   background-color: #042169;
 }
</style>
border-color css

<style>
 span { border-color: #042169; }

 span { border-color: rgb(4,33,105); }

 td.TdClassName
 {
   border-color: #042169;
 }
 .TagClassName
 {
   border-color: #042169;
 }
</style>