Html Css Color HEX #02215B Sapphire

📋 copy color: '#02215B'

red 2 ◦ green 33 ◦ blue 91

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

Shades of Sapphire #02215B

Tints of Sapphire #02215B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 72.22%

R = 1.59%
G = 26.19%
B = 72.22%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02215B (or 0x02215B) is known color: Sapphire. HEX triplet: 02, 21 and 5B. RGB value is (2,33,91). Sum of RGB (Red+Green+Blue) = 2+33+91=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 33 (13.28% from 255 or 26.19% from 126); Blue value is 91 (35.94% from 255 or 72.22% from 126); Max value from RGB is 91 - color contains mainly: blue. Hex color #02215B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02215B is #FDDEA4. Grayscale: #1E1E1E. Windows color (decimal): -16637605 or 5972226. OLE color: 5972226.

HSL color Cylindrical-coordinate representation of color #02215B: hue angle of 219.1º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02215B is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 33 91 -
CMYK 0.98 0.64 0 0.64
HSL 219.1º 0.96% 0.18% -
HSV(B) 219.1º 0.98% 0.36% -
XYZ 2.46 1.86 10.13 -
YUV 30.34 162.23 107.78 -
System Red Green Blue C M Y K H S L
Decimal 2 33 91 0.98 0.64 0 0.64 219.1 0.96 0.18
Hex 2 21 5B 62 40 0 40 DB 60 12
Octal 2 41 133 142 100 0 100 333 140 22
Binary 10 100001 1011011 1100010 1000000 0 1000000 11011011 1100000 10010

Color Harmonies of #02215B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02215B

Black with #02215B

Text Example


Text Example

White with #02215B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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