#040C59

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

Shades of Sapphire #040C59

Tints of Sapphire #040C59

Color information

#040C59 (or 0x040C59) is unknown color: approx Sapphire. HEX triplet: 04, 0C and 59. RGB value is (4,12,89). Sum of RGB (Red+Green+Blue) = 4+12+89=105 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.81% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 89 (35.16% from 255 or 84.76% from 105); Max value from RGB is 89 - color contains mainly: blue. Hex color #040C59 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C59 is #FBF3A6. Grayscale: #121212. Windows color (decimal): -16511911 or 5835780. OLE color: 5835780.

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

Color convert

RGB41289-
CMYK0.960.8700.65
HSL234.35º91.4%18.24%-
HSV(B)234.35º95.51%34.9%-
XYZ1.981.019.54-
YUV18.39167.85117.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.81%
GREEN value IS 12 (5.08% from 255) = 11.43%
BLUE value IS 89 (35.16% from 255) = 84.76%
R=3.81%
G=11.43%
B=84.76%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal412890.960.8700.65234.3591.418.24
Hex4C596057041ea5b12
Octal414131140127010135213322
Binary10011001011001110000010101110100000111101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040C59; }

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

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

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

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

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

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

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

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