#041459

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

Shades of Sapphire #041459

Tints of Sapphire #041459

Color information

#041459 (or 0x041459) is unknown color: approx Sapphire. HEX triplet: 04, 14 and 59. RGB value is (4,20,89). Sum of RGB (Red+Green+Blue) = 4+20+89=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 89 (35.16% from 255 or 78.76% from 113); Max value from RGB is 89 - color contains mainly: blue. Hex color #041459 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #041459 is #FBEBA6. Grayscale: #161616. Windows color (decimal): -16509863 or 5837828. OLE color: 5837828.

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

Color convert

RGB42089-
CMYK0.960.7800.65
HSL228.71º91.4%18.24%-
HSV(B)228.71º95.51%34.9%-
XYZ2.11.259.58-
YUV23.08165.2114.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 89 (35.16% from 255) = 78.76%
R=3.54%
G=17.70%
B=78.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal420890.960.7800.65228.7191.418.24
Hex41459604E041e55b12
Octal424131140116010134513322
Binary100101001011001110000010011100100000111100101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041459; }

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

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

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

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

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

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

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

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