#04105D

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

Shades of Sapphire #04105D

Tints of Sapphire #04105D

Color information

#04105D (or 0x04105D) is unknown color: approx Sapphire. HEX triplet: 04, 10 and 5D. RGB value is (4,16,93). Sum of RGB (Red+Green+Blue) = 4+16+93=113 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.54% from 113); Green value is 16 (6.64% from 255 or 14.16% from 113); Blue value is 93 (36.72% from 255 or 82.30% from 113); Max value from RGB is 93 - color contains mainly: blue. Hex color #04105D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #04105D is #FBEFA2. Grayscale: #141414. Windows color (decimal): -16510883 or 6098948. OLE color: 6098948.

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

Color convert

RGB41693-
CMYK0.960.8300.64
HSL231.91º91.75%19.02%-
HSV(B)231.91º95.7%36.47%-
XYZ2.211.1910.47-
YUV21.19168.52115.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.54%
GREEN value IS 16 (6.64% from 255) = 14.16%
BLUE value IS 93 (36.72% from 255) = 82.30%
R=3.54%
G=14.16%
B=82.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal416930.960.8300.64231.9191.7519.02
Hex4105D6053040e85c13
Octal420135140123010035013423
Binary100100001011101110000010100110100000011101000101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04105D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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