#02215C

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

Shades of Sapphire #02215C

Tints of Sapphire #02215C

Color information

#02215C (or 0x02215C) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 5C. RGB value is (2,33,92). Sum of RGB (Red+Green+Blue) = 2+33+92=127 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.57% from 127); Green value is 33 (13.28% from 255 or 25.98% from 127); Blue value is 92 (36.33% from 255 or 72.44% from 127); Max value from RGB is 92 - color contains mainly: blue. Hex color #02215C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02215C is #FDDEA3. Grayscale: #1E1E1E. Windows color (decimal): -16637604 or 6037762. OLE color: 6037762.

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

Color convert

RGB23392-
CMYK0.980.6400.64
HSL219.33º95.74%18.43%-
HSV(B)219.33º97.83%36.08%-
XYZ2.51.8710.36-
YUV30.46162.73107.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.57%
GREEN value IS 33 (13.28% from 255) = 25.98%
BLUE value IS 92 (36.33% from 255) = 72.44%
R=1.57%
G=25.98%
B=72.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal233920.980.6400.64219.3395.7418.43
Hex2215C6240040db6012
Octal241134142100010033314022
Binary101000011011100110001010000000100000011011011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02215C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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