#022980

Color #022980 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #022980

Tints of Sapphire #022980

Color information

#022980 (or 0x022980) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 80. RGB value is (2,41,128). Sum of RGB (Red+Green+Blue) = 2+41+128=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #022980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022980 is #FDD67F. Grayscale: #262626. Windows color (decimal): -16635520 or 8399106. OLE color: 8399106.

HSL color Cylindrical-coordinate representation of color #022980: hue angle of 221.43º 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 #022980 is Cyan = 0.98, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB241128-
CMYK0.980.6800.50
HSL221.43º96.92%25.49%-
HSV(B)221.43º98.44%50.2%-
XYZ4.713.1620.78-
YUV39.26178.08101.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.17%
GREEN value IS 41 (16.41% from 255) = 23.98%
BLUE value IS 128 (50.39% from 255) = 74.85%
R=1.17%
G=23.98%
B=74.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal2411280.980.6800.50221.4396.9225.49
Hex229806244032dd6119
Octal25120014210406233514131
Binary101010011000000011000101000100011001011011101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022980; }

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

 H1.HeaderClassName
 {
   color: #022980;
 }
 .AnyTagClassName
 {
   color: #022980;
 }
</style>
background-color css

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

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

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

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

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

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