Html Css Color HEX #02216A Sapphire

📋 copy color: '#02216A'

red 2 ◦ green 33 ◦ blue 106

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

Shades of Sapphire #02216A

Tints of Sapphire #02216A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.4%

 BLUE value IS 106 (41.8% from 255) = 75.18%

R = 1.42%
G = 23.4%
B = 75.18%

CMYK

 C value IS 0.98

 M value IS 0.69

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#02216A (or 0x02216A) is known color: Sapphire. HEX triplet: 02, 21 and 6A. RGB value is (2,33,106). Sum of RGB (Red+Green+Blue) = 2+33+106=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #02216A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02216A is #FDDE95. Grayscale: #1F1F1F. Windows color (decimal): -16637590 or 6955266. OLE color: 6955266.

HSL color Cylindrical-coordinate representation of color #02216A: hue angle of 222.12º 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 #02216A is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 33 106 -
CMYK 0.98 0.69 0 0.58
HSL 222.12º 0.96% 0.21% -
HSV(B) 222.12º 0.98% 0.42% -
XYZ 3.17 2.14 13.88 -
YUV 32.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 2 33 106 0.98 0.69 0 0.58 222.12 0.96 0.21
Hex 2 21 6A 62 45 0 3A DE 60 15
Octal 2 41 152 142 105 0 72 336 140 25
Binary 10 100001 1101010 1100010 1000101 0 111010 11011110 1100000 10101

Color Harmonies of #02216A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02216A

Black with #02216A

Text Example


Text Example

White with #02216A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02216A; }

 p { color: rgb(2,33,106); }

 H1.HeaderClassName
 {
   color: #02216A;
 }
 .AnyTagClassName
 {
   color: #02216A;
 }
</style>

background-color css

<style>
 a { background-color: #02216A; }

 a { background-color: rgb(2,33,106); }

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

border-color css

<style>
 span { border-color: #02216A; }

 span { border-color: rgb(2,33,106); }

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