#02207C

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

Shades of Sapphire #02207C

Tints of Sapphire #02207C

Color information

#02207C (or 0x02207C) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 7C. RGB value is (2,32,124). Sum of RGB (Red+Green+Blue) = 2+32+124=158 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 124 (48.83% from 255 or 78.48% from 158); Max value from RGB is 124 - color contains mainly: blue. Hex color #02207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207C is #FDDF83. Grayscale: #212121. Windows color (decimal): -16637828 or 8134658. OLE color: 8134658.

HSL color Cylindrical-coordinate representation of color #02207C: hue angle of 225.25º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02207C is Cyan = 0.98, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB232124-
CMYK0.980.7400.51
HSL225.25º96.83%24.71%-
HSV(B)225.25º98.39%48.63%-
XYZ4.182.519.33-
YUV33.52179.06105.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 32 (12.89% from 255) = 20.25%
BLUE value IS 124 (48.83% from 255) = 78.48%
R=1.27%
G=20.25%
B=78.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2321240.980.7400.51225.2596.8324.71
Hex2207C624A033e16119
Octal24017414211206334114131
Binary10100000111110011000101001010011001111100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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