#042159

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

Shades of Sapphire #042159

Tints of Sapphire #042159

Color information

#042159 (or 0x042159) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 59. RGB value is (4,33,89). Sum of RGB (Red+Green+Blue) = 4+33+89=126 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.17% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 89 (35.16% from 255 or 70.63% from 126); Max value from RGB is 89 - color contains mainly: blue. Hex color #042159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #042159 is #FBDEA6. Grayscale: #1E1E1E. Windows color (decimal): -16506535 or 5841156. OLE color: 5841156.

HSL color Cylindrical-coordinate representation of color #042159: hue angle of 219.53º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #042159 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB43389-
CMYK0.960.6300.65
HSL219.53º91.4%18.24%-
HSV(B)219.53º95.51%34.9%-
XYZ2.41.839.68-
YUV30.71160.89108.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.17%
GREEN value IS 33 (13.28% from 255) = 26.19%
BLUE value IS 89 (35.16% from 255) = 70.63%
R=3.17%
G=26.19%
B=70.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal433890.960.6300.65219.5391.418.24
Hex42159603F041dc5b12
Octal44113114077010133413322
Binary100100001101100111000001111110100000111011100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042159; }

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

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

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

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

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

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

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

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