#02205F

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

Shades of Sapphire #02205F

Tints of Sapphire #02205F

Color information

#02205F (or 0x02205F) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 5F. RGB value is (2,32,95). Sum of RGB (Red+Green+Blue) = 2+32+95=129 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.55% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 95 (37.5% from 255 or 73.64% from 129); Max value from RGB is 95 - color contains mainly: blue. Hex color #02205F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02205F is #FDDFA0. Grayscale: #1D1D1D. Windows color (decimal): -16637857 or 6234114. OLE color: 6234114.

HSL color Cylindrical-coordinate representation of color #02205F: hue angle of 220.65º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02205F is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB23295-
CMYK0.980.6600.63
HSL220.65º95.88%19.02%-
HSV(B)220.65º97.89%37.25%-
XYZ2.611.8711.05-
YUV30.21164.56107.88-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.55%
GREEN value IS 32 (12.89% from 255) = 24.81%
BLUE value IS 95 (37.5% from 255) = 73.64%
R=1.55%
G=24.81%
B=73.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal232950.980.6600.63220.6595.8819.02
Hex2205F624203Fdd6013
Octal24013714210207733514023
Binary10100000101111111000101000010011111111011101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02205F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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