#02207A

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

Shades of Sapphire #02207A

Tints of Sapphire #02207A

Color information

#02207A (or 0x02207A) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 7A. RGB value is (2,32,122). Sum of RGB (Red+Green+Blue) = 2+32+122=156 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.28% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 122 (48.05% from 255 or 78.21% from 156); Max value from RGB is 122 - color contains mainly: blue. Hex color #02207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207A is #FDDF85. Grayscale: #202020. Windows color (decimal): -16637830 or 8003586. OLE color: 8003586.

HSL color Cylindrical-coordinate representation of color #02207A: hue angle of 225º 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 #02207A is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB232122-
CMYK0.980.7400.52
HSL225º96.77%24.31%-
HSV(B)225º98.36%47.84%-
XYZ4.052.4518.67-
YUV33.29178.06105.68-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.28%
GREEN value IS 32 (12.89% from 255) = 20.51%
BLUE value IS 122 (48.05% from 255) = 78.21%
R=1.28%
G=20.51%
B=78.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2321220.980.7400.5222596.7724.31
Hex2207A624A034e16118
Octal24017214211206434114130
Binary10100000111101011000101001010011010011100001110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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