Html Css Color HEX #02206C Sapphire

📋 copy color: '#02206C'

red 2 ◦ green 32 ◦ blue 108

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

Shades of Sapphire #02206C

Tints of Sapphire #02206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 76.06%

R = 1.41%
G = 22.54%
B = 76.06%

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

#02206C (or 0x02206C) is known color: Sapphire. HEX triplet: 02, 20 and 6C. RGB value is (2,32,108). Sum of RGB (Red+Green+Blue) = 2+32+108=142 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.41% from 142); Green value is 32 (12.89% from 255 or 22.54% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #02206C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02206C is #FDDF93. Grayscale: #1F1F1F. Windows color (decimal): -16637844 or 7086082. OLE color: 7086082.

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

Color convert

RGB 2 32 108 -
CMYK 0.98 0.70 0 0.58
HSL 223.02º 0.96% 0.22% -
HSV(B) 223.02º 0.98% 0.42% -
XYZ 3.25 2.13 14.43 -
YUV 31.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 2 32 108 0.98 0.70 0 0.58 223.02 0.96 0.22
Hex 2 20 6C 62 46 0 3A DF 60 16
Octal 2 40 154 142 106 0 72 337 140 26
Binary 10 100000 1101100 1100010 1000110 0 111010 11011111 1100000 10110

Color Harmonies of #02206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02206C

Black with #02206C

Text Example


Text Example

White with #02206C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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