#04215C

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

Shades of Sapphire #04215C

Tints of Sapphire #04215C

Color information

#04215C (or 0x04215C) is unknown color: approx Sapphire. HEX triplet: 04, 21 and 5C. RGB value is (4,33,92). Sum of RGB (Red+Green+Blue) = 4+33+92=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #04215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04215C is #FBDEA3. Grayscale: #1E1E1E. Windows color (decimal): -16506532 or 6037764. OLE color: 6037764.

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

Color convert

RGB43392-
CMYK0.960.6400.64
HSL220.23º91.67%18.82%-
HSV(B)220.23º95.65%36.08%-
XYZ2.531.8910.36-
YUV31.06162.39108.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 33 (13.28% from 255) = 25.58%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=3.10%
G=25.58%
B=71.32%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal433920.960.6400.64220.2391.6718.82
Hex4215C6040040dc5c13
Octal441134140100010033413423
Binary1001000011011100110000010000000100000011011100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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