#040C4B

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

Shades of Sapphire #040C4B

Tints of Sapphire #040C4B

Color information

#040C4B (or 0x040C4B) is unknown color: approx Sapphire. HEX triplet: 04, 0C and 4B. RGB value is (4,12,75). Sum of RGB (Red+Green+Blue) = 4+12+75=91 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.40% from 91); Green value is 12 (5.08% from 255 or 13.19% from 91); Blue value is 75 (29.69% from 255 or 82.42% from 91); Max value from RGB is 75 - color contains mainly: blue. Hex color #040C4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C4B is #FBF3B4. Grayscale: #101010. Windows color (decimal): -16511925 or 4918276. OLE color: 4918276.

HSL color Cylindrical-coordinate representation of color #040C4B: hue angle of 233.24º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #040C4B is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB41275-
CMYK0.950.8400.71
HSL233.24º89.87%15.49%-
HSV(B)233.24º94.67%29.41%-
XYZ1.450.86.73-
YUV16.79160.85118.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.40%
GREEN value IS 12 (5.08% from 255) = 13.19%
BLUE value IS 75 (29.69% from 255) = 82.42%
R=4.40%
G=13.19%
B=82.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal412750.950.8400.71233.2489.8715.49
Hex4C4B5F54047e95af
Octal414113137124010735113217
Binary1001100100101110111111010100010001111110100110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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