Html Css Color HEX #02206B Sapphire

📋 copy color: '#02206B'

red 2 ◦ green 32 ◦ blue 107

#02206B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #02206B

Tints of Sapphire #02206B

RGB

 RED value IS 2 (1.17% from 255) = 1.42%

 GREEN value IS 32 (12.89% from 255) = 22.7%

 BLUE value IS 107 (42.19% from 255) = 75.89%

R = 1.42%
G = 22.7%
B = 75.89%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02206B (or 0x02206B) is known color: Sapphire. HEX triplet: 02, 20 and 6B. RGB value is (2,32,107). Sum of RGB (Red+Green+Blue) = 2+32+107=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 107 (42.19% from 255 or 75.89% from 141); Max value from RGB is 107 - color contains mainly: blue. Hex color #02206B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02206B is #FDDF94. Grayscale: #1F1F1F. Windows color (decimal): -16637845 or 7020546. OLE color: 7020546.

HSL color Cylindrical-coordinate representation of color #02206B: hue angle of 222.86º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02206B is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 32 107 -
CMYK 0.98 0.70 0 0.58
HSL 222.86º 0.96% 0.21% -
HSV(B) 222.86º 0.98% 0.42% -
XYZ 3.2 2.11 14.15 -
YUV 31.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 2 32 107 0.98 0.70 0 0.58 222.86 0.96 0.21
Hex 2 20 6B 62 46 0 3A DF 60 15
Octal 2 40 153 142 106 0 72 337 140 25
Binary 10 100000 1101011 1100010 1000110 0 111010 11011111 1100000 10101

Color Harmonies of #02206B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02206B

Black with #02206B

Text Example


Text Example

White with #02206B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02206B;
 }
 .AnyTagClassName
 {
   color: #02206B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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