#04105B

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

Shades of Sapphire #04105B

Tints of Sapphire #04105B

Color information

#04105B (or 0x04105B) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 5B. RGB value is (4,16,91). Sum of RGB (Red+Green+Blue) = 4+16+91=111 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.60% from 111); Green value is 16 (6.64% from 255 or 14.41% from 111); Blue value is 91 (35.94% from 255 or 81.98% from 111); Max value from RGB is 91 - color contains mainly: blue. Hex color #04105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04105B is #FBEFA4. Grayscale: #141414. Windows color (decimal): -16510885 or 5967876. OLE color: 5967876.

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

Color convert

RGB41691-
CMYK0.960.8200.64
HSL231.72º91.58%18.63%-
HSV(B)231.72º95.6%35.69%-
XYZ2.121.1510.01-
YUV20.96167.52115.9-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.60%
GREEN value IS 16 (6.64% from 255) = 14.41%
BLUE value IS 91 (35.94% from 255) = 81.98%
R=3.60%
G=14.41%
B=81.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal416910.960.8200.64231.7291.5818.63
Hex4105B6052040e85c13
Octal420133140122010035013423
Binary100100001011011110000010100100100000011101000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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