#02206F

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

Shades of Sapphire #02206F

Tints of Sapphire #02206F

Color information

#02206F (or 0x02206F) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 6F. RGB value is (2,32,111). Sum of RGB (Red+Green+Blue) = 2+32+111=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 111 (43.75% from 255 or 76.55% from 145); Max value from RGB is 111 - color contains mainly: blue. Hex color #02206F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02206F is #FDDF90. Grayscale: #1F1F1F. Windows color (decimal): -16637841 or 7282690. OLE color: 7282690.

HSL color Cylindrical-coordinate representation of color #02206F: hue angle of 223.49º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02206F is Cyan = 0.98, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB232111-
CMYK0.980.7100.56
HSL223.49º96.46%22.16%-
HSV(B)223.49º98.2%43.53%-
XYZ3.412.1915.28-
YUV32.04172.56106.58-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 111 (43.75% from 255) = 76.55%
R=1.38%
G=22.07%
B=76.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2321110.980.7100.56223.4996.4622.16
Hex2206F6247038df6016
Octal24015714210707033714026
Binary10100000110111111000101000111011100011011111110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02206F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02206F; }

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

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

<style>
 a { background-color: #02206F; }

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

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

<style>
 span { border-color: #02206F; }

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

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