#040C52

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

Shades of Sapphire #040C52

Tints of Sapphire #040C52

Color information

#040C52 (or 0x040C52) is unknown color: approx Sapphire. HEX triplet: 04, 0C and 52. RGB value is (4,12,82). Sum of RGB (Red+Green+Blue) = 4+12+82=98 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.08% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 82 (32.42% from 255 or 83.67% from 98); Max value from RGB is 82 - color contains mainly: blue. Hex color #040C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C52 is #FBF3AD. Grayscale: #111111. Windows color (decimal): -16511918 or 5377028. OLE color: 5377028.

HSL color Cylindrical-coordinate representation of color #040C52: hue angle of 233.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040C52 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB41282-
CMYK0.950.8500.68
HSL233.85º90.7%16.86%-
HSV(B)233.85º95.12%32.16%-
XYZ1.70.98.07-
YUV17.59164.35118.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.08%
GREEN value IS 12 (5.08% from 255) = 12.24%
BLUE value IS 82 (32.42% from 255) = 83.67%
R=4.08%
G=12.24%
B=83.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal412820.950.8500.68233.8590.716.86
Hex4C525F55044ea5b11
Octal414122137125010435213321
Binary10011001010010101111110101010100010011101010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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