#04125B

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

Shades of Sapphire #04125B

Tints of Sapphire #04125B

Color information

#04125B (or 0x04125B) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 5B. RGB value is (4,18,91). Sum of RGB (Red+Green+Blue) = 4+18+91=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 18 (7.42% from 255 or 15.93% from 113); Blue value is 91 (35.94% from 255 or 80.53% from 113); Max value from RGB is 91 - color contains mainly: blue. Hex color #04125B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04125B is #FBEDA4. Grayscale: #151515. Windows color (decimal): -16510373 or 5968388. OLE color: 5968388.

HSL color Cylindrical-coordinate representation of color #04125B: hue angle of 230.34º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04125B is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB41891-
CMYK0.960.8000.64
HSL230.34º91.58%18.63%-
HSV(B)230.34º95.6%35.69%-
XYZ2.151.2110.02-
YUV22.14166.86115.06-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 18 (7.42% from 255) = 15.93%
BLUE value IS 91 (35.94% from 255) = 80.53%
R=3.54%
G=15.93%
B=80.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal418910.960.8000.64230.3491.5818.63
Hex4125B6050040e65c13
Octal422133140120010034613423
Binary100100101011011110000010100000100000011100110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04125B; }

 p { color: rgb(4,18,91); }

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

<style>
 a { background-color: #04125B; }

 a { background-color: rgb(4,18,91); }

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

<style>
 span { border-color: #04125B; }

 span { border-color: rgb(4,18,91); }

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