#02217A

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

Shades of Sapphire #02217A

Tints of Sapphire #02217A

Color information

#02217A (or 0x02217A) is unknown color: approx Sapphire. HEX triplet: 02, 21 and 7A. RGB value is (2,33,122). Sum of RGB (Red+Green+Blue) = 2+33+122=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 122 (48.05% from 255 or 77.71% from 157); Max value from RGB is 122 - color contains mainly: blue. Hex color #02217A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02217A is #FDDE85. Grayscale: #212121. Windows color (decimal): -16637574 or 8003842. OLE color: 8003842.

HSL color Cylindrical-coordinate representation of color #02217A: hue angle of 224.5º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02217A is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB233122-
CMYK0.980.7300.52
HSL224.5º96.77%24.31%-
HSV(B)224.5º98.36%47.84%-
XYZ4.082.5118.68-
YUV33.88177.73105.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 122 (48.05% from 255) = 77.71%
R=1.27%
G=21.02%
B=77.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2331220.980.7300.52224.596.7724.31
Hex2217A6249034e06118
Octal24117214211106434014130
Binary10100001111101011000101001001011010011100000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02217A; }

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

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

<style>
 a { background-color: #02217A; }

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

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

<style>
 span { border-color: #02217A; }

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

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