#04125C

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

Shades of Sapphire #04125C

Tints of Sapphire #04125C

Color information

#04125C (or 0x04125C) is unknown color: approx Sapphire. HEX triplet: 04, 12 and 5C. RGB value is (4,18,92). Sum of RGB (Red+Green+Blue) = 4+18+92=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 92 (36.33% from 255 or 80.70% from 114); Max value from RGB is 92 - color contains mainly: blue. Hex color #04125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04125C is #FBEDA3. Grayscale: #151515. Windows color (decimal): -16510372 or 6033924. OLE color: 6033924.

HSL color Cylindrical-coordinate representation of color #04125C: hue angle of 230.45º 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 #04125C is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB41892-
CMYK0.960.8000.64
HSL230.45º91.67%18.82%-
HSV(B)230.45º95.65%36.08%-
XYZ2.21.2310.25-
YUV22.25167.36114.98-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.51%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 92 (36.33% from 255) = 80.70%
R=3.51%
G=15.79%
B=80.70%

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
Decimal418920.960.8000.64230.4591.6718.82
Hex4125C6050040e65c13
Octal422134140120010034613423
Binary100100101011100110000010100000100000011100110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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