Html Css Color HEX #02205B Sapphire

📋 copy color: '#02205B'

red 2 ◦ green 32 ◦ blue 91

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

Shades of Sapphire #02205B

Tints of Sapphire #02205B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 25.6%

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

R = 1.6%
G = 25.6%
B = 72.8%

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

#02205B (or 0x02205B) is known color: Sapphire. HEX triplet: 02, 20 and 5B. RGB value is (2,32,91). Sum of RGB (Red+Green+Blue) = 2+32+91=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 91 (35.94% from 255 or 72.8% from 125); Max value from RGB is 91 - color contains mainly: blue. Hex color #02205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02205B is #FDDFA4. Grayscale: #1D1D1D. Windows color (decimal): -16637861 or 5971970. OLE color: 5971970.

HSL color Cylindrical-coordinate representation of color #02205B: hue angle of 219.78º 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 #02205B is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 2 32 91 -
CMYK 0.98 0.65 0 0.64
HSL 219.78º 0.96% 0.18% -
HSV(B) 219.78º 0.98% 0.36% -
XYZ 2.43 1.8 10.12 -
YUV 29.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 2 32 91 0.98 0.65 0 0.64 219.78 0.96 0.18
Hex 2 20 5B 62 41 0 40 DC 60 12
Octal 2 40 133 142 101 0 100 334 140 22
Binary 10 100000 1011011 1100010 1000001 0 1000000 11011100 1100000 10010

Color Harmonies of #02205B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02205B

Black with #02205B

Text Example


Text Example

White with #02205B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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