#04205D

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

Shades of Sapphire #04205D

Tints of Sapphire #04205D

Color information

#04205D (or 0x04205D) is unknown color: approx Sapphire. HEX triplet: 04, 20 and 5D. RGB value is (4,32,93). Sum of RGB (Red+Green+Blue) = 4+32+93=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #04205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04205D is #FBDFA2. Grayscale: #1E1E1E. Windows color (decimal): -16506787 or 6103044. OLE color: 6103044.

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

Color convert

RGB43293-
CMYK0.960.6600.64
HSL221.12º91.75%19.02%-
HSV(B)221.12º95.7%36.47%-
XYZ2.541.8510.58-
YUV30.58163.22109.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 93 (36.72% from 255) = 72.09%
R=3.10%
G=24.81%
B=72.09%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal432930.960.6600.64221.1291.7519.02
Hex4205D6042040dd5c13
Octal440135140102010033513423
Binary1001000001011101110000010000100100000011011101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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