Html Css Color HEX #02215F Sapphire

📋 copy color: '#02215F'

red 2 ◦ green 33 ◦ blue 95

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

Shades of Sapphire #02215F

Tints of Sapphire #02215F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 73.08%

R = 1.54%
G = 25.38%
B = 73.08%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02215F (or 0x02215F) is known color: Sapphire. HEX triplet: 02, 21 and 5F. RGB value is (2,33,95). Sum of RGB (Red+Green+Blue) = 2+33+95=130 (17% of max value = 765). Red value is 2 (1.17% from 255 or 1.54% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 95 (37.5% from 255 or 73.08% from 130); Max value from RGB is 95 - color contains mainly: blue. Hex color #02215F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02215F is #FDDEA0. Grayscale: #1E1E1E. Windows color (decimal): -16637601 or 6234370. OLE color: 6234370.

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

Color convert

RGB 2 33 95 -
CMYK 0.98 0.65 0 0.63
HSL 220º 0.96% 0.19% -
HSV(B) 220º 0.98% 0.37% -
XYZ 2.63 1.93 11.06 -
YUV 30.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 2 33 95 0.98 0.65 0 0.63 220 0.96 0.19
Hex 2 21 5F 62 41 0 3F DC 60 13
Octal 2 41 137 142 101 0 77 334 140 23
Binary 10 100001 1011111 1100010 1000001 0 111111 11011100 1100000 10011

Color Harmonies of #02215F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02215F

Black with #02215F

Text Example


Text Example

White with #02215F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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