Html Css Color HEX #02205C Sapphire

📋 copy color: '#02205C'

red 2 ◦ green 32 ◦ blue 92

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

Shades of Sapphire #02205C

Tints of Sapphire #02205C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 73.02%

R = 1.59%
G = 25.4%
B = 73.02%

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

#02205C (or 0x02205C) is known color: Sapphire. HEX triplet: 02, 20 and 5C. RGB value is (2,32,92). Sum of RGB (Red+Green+Blue) = 2+32+92=126 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.59% from 126); Green value is 32 (12.89% from 255 or 25.40% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #02205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02205C is #FDDFA3. Grayscale: #1D1D1D. Windows color (decimal): -16637860 or 6037506. OLE color: 6037506.

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

Color convert

RGB 2 32 92 -
CMYK 0.98 0.65 0 0.64
HSL 220º 0.96% 0.18% -
HSV(B) 220º 0.98% 0.36% -
XYZ 2.47 1.82 10.35 -
YUV 29.87 163.06 108.12 -
System Red Green Blue C M Y K H S L
Decimal 2 32 92 0.98 0.65 0 0.64 220 0.96 0.18
Hex 2 20 5C 62 41 0 40 DC 60 12
Octal 2 40 134 142 101 0 100 334 140 22
Binary 10 100000 1011100 1100010 1000001 0 1000000 11011100 1100000 10010

Color Harmonies of #02205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02205C

Black with #02205C

Text Example


Text Example

White with #02205C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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