Html Css Color HEX #02206D Sapphire

📋 copy color: '#02206D'

red 2 ◦ green 32 ◦ blue 109

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

Shades of Sapphire #02206D

Tints of Sapphire #02206D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 76.22%

R = 1.4%
G = 22.38%
B = 76.22%

CMYK

 C value IS 0.98

 M value IS 0.71

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02206D (or 0x02206D) is known color: Sapphire. HEX triplet: 02, 20 and 6D. RGB value is (2,32,109). Sum of RGB (Red+Green+Blue) = 2+32+109=143 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.40% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #02206D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02206D is #FDDF92. Grayscale: #1F1F1F. Windows color (decimal): -16637843 or 7151618. OLE color: 7151618.

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

Color convert

RGB 2 32 109 -
CMYK 0.98 0.71 0 0.57
HSL 223.18º 0.96% 0.22% -
HSV(B) 223.18º 0.98% 0.43% -
XYZ 3.3 2.15 14.71 -
YUV 31.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 2 32 109 0.98 0.71 0 0.57 223.18 0.96 0.22
Hex 2 20 6D 62 47 0 39 DF 60 16
Octal 2 40 155 142 107 0 71 337 140 26
Binary 10 100000 1101101 1100010 1000111 0 111001 11011111 1100000 10110

Color Harmonies of #02206D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02206D

Black with #02206D

Text Example


Text Example

White with #02206D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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