#040C4E

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

Shades of Sapphire #040C4E

Tints of Sapphire #040C4E

Color information

#040C4E (or 0x040C4E) is unknown color: approx Sapphire. HEX triplet: 04, 0C and 4E. RGB value is (4,12,78). Sum of RGB (Red+Green+Blue) = 4+12+78=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 78 (30.86% from 255 or 82.98% from 94); Max value from RGB is 78 - color contains mainly: blue. Hex color #040C4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C4E is #FBF3B1. Grayscale: #101010. Windows color (decimal): -16511922 or 5114884. OLE color: 5114884.

HSL color Cylindrical-coordinate representation of color #040C4E: hue angle of 233.51º 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 #040C4E is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB41278-
CMYK0.950.8500.69
HSL233.51º90.24%16.08%-
HSV(B)233.51º94.87%30.59%-
XYZ1.560.847.29-
YUV17.13162.35118.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 78 (30.86% from 255) = 82.98%
R=4.26%
G=12.77%
B=82.98%

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
Decimal412780.950.8500.69233.5190.2416.08
Hex4C4E5F55045ea5a10
Octal414116137125010535213220
Binary10011001001110101111110101010100010111101010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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