#041059

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

Shades of Sapphire #041059

Tints of Sapphire #041059

Color information

#041059 (or 0x041059) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 59. RGB value is (4,16,89). Sum of RGB (Red+Green+Blue) = 4+16+89=109 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.67% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 89 (35.16% from 255 or 81.65% from 109); Max value from RGB is 89 - color contains mainly: blue. Hex color #041059 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041059 is #FBEFA6. Grayscale: #141414. Windows color (decimal): -16510887 or 5836804. OLE color: 5836804.

HSL color Cylindrical-coordinate representation of color #041059: hue angle of 231.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 #041059 is Cyan = 0.96, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB41689-
CMYK0.960.8200.65
HSL231.53º91.4%18.24%-
HSV(B)231.53º95.51%34.9%-
XYZ2.041.129.56-
YUV20.73166.52116.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.67%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 89 (35.16% from 255) = 81.65%
R=3.67%
G=14.68%
B=81.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal416890.960.8200.65231.5391.418.24
Hex410596052041e85b12
Octal420131140122010135013322
Binary100100001011001110000010100100100000111101000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041059; }

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

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

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

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

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

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

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

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