Html Css Color HEX #02216D Sapphire

📋 copy color: '#02216D'

red 2 ◦ green 33 ◦ blue 109

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

Shades of Sapphire #02216D

Tints of Sapphire #02216D

RGB

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

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

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

R = 1.39%
G = 22.92%
B = 75.69%

CMYK

 C value IS 0.98

 M value IS 0.70

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#02216D (or 0x02216D) is known color: Sapphire. HEX triplet: 02, 21 and 6D. RGB value is (2,33,109). Sum of RGB (Red+Green+Blue) = 2+33+109=144 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.39% from 144); Green value is 33 (13.28% from 255 or 22.92% from 144); Blue value is 109 (42.97% from 255 or 75.69% from 144); Max value from RGB is 109 - color contains mainly: blue. Hex color #02216D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02216D is #FDDE92. Grayscale: #202020. Windows color (decimal): -16637587 or 7151874. OLE color: 7151874.

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

Color convert

RGB 2 33 109 -
CMYK 0.98 0.70 0 0.57
HSL 222.62º 0.96% 0.22% -
HSV(B) 222.62º 0.98% 0.43% -
XYZ 3.33 2.2 14.72 -
YUV 32.4 171.23 106.32 -
System Red Green Blue C M Y K H S L
Decimal 2 33 109 0.98 0.70 0 0.57 222.62 0.96 0.22
Hex 2 21 6D 62 46 0 39 DF 60 16
Octal 2 41 155 142 106 0 71 337 140 26
Binary 10 100001 1101101 1100010 1000110 0 111001 11011111 1100000 10110

Color Harmonies of #02216D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02216D

Black with #02216D

Text Example


Text Example

White with #02216D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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