Html Css Color HEX #022080 Sapphire

📋 copy color: '#022080'

red 2 ◦ green 32 ◦ blue 128

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

Shades of Sapphire #022080

Tints of Sapphire #022080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 79.01%

R = 1.23%
G = 19.75%
B = 79.01%

CMYK

 C value IS 0.98

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#022080 (or 0x022080) is known color: Sapphire. HEX triplet: 02, 20 and 80. RGB value is (2,32,128). Sum of RGB (Red+Green+Blue) = 2+32+128=162 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.23% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 128 (50.39% from 255 or 79.01% from 162); Max value from RGB is 128 - color contains mainly: blue. Hex color #022080 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022080 is #FDDF7F. Grayscale: #212121. Windows color (decimal): -16637824 or 8396802. OLE color: 8396802.

HSL color Cylindrical-coordinate representation of color #022080: hue angle of 225.71º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022080 is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 32 128 -
CMYK 0.98 0.75 0 0.50
HSL 225.71º 0.97% 0.25% -
HSV(B) 225.71º 0.98% 0.5% -
XYZ 4.44 2.6 20.69 -
YUV 33.97 181.06 105.19 -
System Red Green Blue C M Y K H S L
Decimal 2 32 128 0.98 0.75 0 0.50 225.71 0.97 0.25
Hex 2 20 80 62 4B 0 32 E2 61 19
Octal 2 40 200 142 113 0 62 342 141 31
Binary 10 100000 10000000 1100010 1001011 0 110010 11100010 1100001 11001

Color Harmonies of #022080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022080

Black with #022080

Text Example


Text Example

White with #022080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022080; }

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

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

background-color css

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

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

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

border-color css

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

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

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