#02205C

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

Shades of Sapphire #02205C

Tints of Sapphire #02205C

Color information

#02205C (or 0x02205C) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 5C. RGB value is (2,32,92). Sum of RGB (Red+Green+Blue) = 2+32+92=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #02205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02205C is #FDDFA3. Grayscale: #1D1D1D. Windows color (decimal): -16637860 or 6037506. OLE color: 6037506.

HSL color Cylindrical-coordinate representation of color #02205C: hue angle of 220º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02205C is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB23292-
CMYK0.980.6500.64
HSL220º95.74%18.43%-
HSV(B)220º97.83%36.08%-
XYZ2.471.8210.35-
YUV29.87163.06108.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.59%
GREEN value IS 32 (12.89% from 255) = 25.40%
BLUE value IS 92 (36.33% from 255) = 73.02%
R=1.59%
G=25.40%
B=73.02%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal232920.980.6500.6422095.7418.43
Hex2205C6241040dc6012
Octal240134142101010033414022
Binary101000001011100110001010000010100000011011100110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02205C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(2,32,92); }

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

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

 a { background-color: rgb(2,32,92); }

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

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

 span { border-color: rgb(2,32,92); }

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