#040C5A

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

Shades of Sapphire #040C5A

Tints of Sapphire #040C5A

Color information

#040C5A (or 0x040C5A) is unknown color: approx Sapphire. HEX triplet: 04, 0C and 5A. RGB value is (4,12,90). Sum of RGB (Red+Green+Blue) = 4+12+90=106 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.77% from 106); Green value is 12 (5.08% from 255 or 11.32% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #040C5A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #040C5A is #FBF3A5. Grayscale: #121212. Windows color (decimal): -16511910 or 5901316. OLE color: 5901316.

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

Color convert

RGB41290-
CMYK0.960.8700.65
HSL234.42º91.49%18.43%-
HSV(B)234.42º95.56%35.29%-
XYZ2.031.039.76-
YUV18.5168.35117.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.77%
GREEN value IS 12 (5.08% from 255) = 11.32%
BLUE value IS 90 (35.55% from 255) = 84.91%
R=3.77%
G=11.32%
B=84.91%

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
Decimal412900.960.8700.65234.4291.4918.43
Hex4C5A6057041ea5b12
Octal414132140127010135213322
Binary10011001011010110000010101110100000111101010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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