#02207B

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

Shades of Sapphire #02207B

Tints of Sapphire #02207B

Color information

#02207B (or 0x02207B) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 7B. RGB value is (2,32,123). Sum of RGB (Red+Green+Blue) = 2+32+123=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 32 (12.89% from 255 or 20.38% from 157); Blue value is 123 (48.44% from 255 or 78.34% from 157); Max value from RGB is 123 - color contains mainly: blue. Hex color #02207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02207B is #FDDF84. Grayscale: #212121. Windows color (decimal): -16637829 or 8069122. OLE color: 8069122.

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

Color convert

RGB232123-
CMYK0.980.7400.52
HSL225.12º96.8%24.51%-
HSV(B)225.12º98.37%48.24%-
XYZ4.122.4819-
YUV33.4178.56105.6-

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.38%
BLUE value IS 123 (48.44% from 255) = 78.34%
R=1.27%
G=20.38%
B=78.34%

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
Decimal2321230.980.7400.52225.1296.824.51
Hex2207B624A034e16119
Octal24017314211206434114131
Binary10100000111101111000101001010011010011100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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