Html Css Color HEX #02215D Sapphire

📋 copy color: '#02215D'

red 2 ◦ green 33 ◦ blue 93

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

Shades of Sapphire #02215D

Tints of Sapphire #02215D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 72.66%

R = 1.56%
G = 25.78%
B = 72.66%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02215D (or 0x02215D) is known color: Sapphire. HEX triplet: 02, 21 and 5D. RGB value is (2,33,93). Sum of RGB (Red+Green+Blue) = 2+33+93=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 93 (36.72% from 255 or 72.66% from 128); Max value from RGB is 93 - color contains mainly: blue. Hex color #02215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02215D is #FDDEA2. Grayscale: #1E1E1E. Windows color (decimal): -16637603 or 6103298. OLE color: 6103298.

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

Color convert

RGB 2 33 93 -
CMYK 0.98 0.65 0 0.64
HSL 219.56º 0.96% 0.19% -
HSV(B) 219.56º 0.98% 0.36% -
XYZ 2.54 1.89 10.59 -
YUV 30.57 163.23 107.62 -
System Red Green Blue C M Y K H S L
Decimal 2 33 93 0.98 0.65 0 0.64 219.56 0.96 0.19
Hex 2 21 5D 62 41 0 40 DC 60 13
Octal 2 41 135 142 101 0 100 334 140 23
Binary 10 100001 1011101 1100010 1000001 0 1000000 11011100 1100000 10011

Color Harmonies of #02215D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02215D

Black with #02215D

Text Example


Text Example

White with #02215D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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