#040C4F

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

Shades of Sapphire #040C4F

Tints of Sapphire #040C4F

Color information

#040C4F (or 0x040C4F) is unknown color: approx Sapphire. HEX triplet: 04, 0C and 4F. RGB value is (4,12,79). Sum of RGB (Red+Green+Blue) = 4+12+79=95 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.21% from 95); Green value is 12 (5.08% from 255 or 12.63% from 95); Blue value is 79 (31.25% from 255 or 83.16% from 95); Max value from RGB is 79 - color contains mainly: blue. Hex color #040C4F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C4F is #FBF3B0. Grayscale: #101010. Windows color (decimal): -16511921 or 5180420. OLE color: 5180420.

HSL color Cylindrical-coordinate representation of color #040C4F: hue angle of 233.6º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040C4F is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41279-
CMYK0.950.8500.69
HSL233.6º90.36%16.27%-
HSV(B)233.6º94.94%30.98%-
XYZ1.590.857.48-
YUV17.25162.85118.55-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.21%
GREEN value IS 12 (5.08% from 255) = 12.63%
BLUE value IS 79 (31.25% from 255) = 83.16%
R=4.21%
G=12.63%
B=83.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal412790.950.8500.69233.690.3616.27
Hex4C4F5F55045ea5a10
Octal414117137125010535213220
Binary10011001001111101111110101010100010111101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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