#022979

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

Shades of Sapphire #022979

Tints of Sapphire #022979

Color information

#022979 (or 0x022979) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 79. RGB value is (2,41,121). Sum of RGB (Red+Green+Blue) = 2+41+121=164 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.22% from 164); Green value is 41 (16.41% from 255 or 25% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #022979 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022979 is #FDD686. Grayscale: #262626. Windows color (decimal): -16635527 or 7940354. OLE color: 7940354.

HSL color Cylindrical-coordinate representation of color #022979: hue angle of 220.34º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022979 is Cyan = 0.98, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB241121-
CMYK0.980.6600.53
HSL220.34º96.75%24.12%-
HSV(B)220.34º98.35%47.45%-
XYZ4.272.9818.44-
YUV38.46174.58102-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.22%
GREEN value IS 41 (16.41% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 73.78%
R=1.22%
G=25%
B=73.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2411210.980.6600.53220.3496.7524.12
Hex229796242035dc6118
Octal25117114210206533414130
Binary10101001111100111000101000010011010111011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022979; }

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

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

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

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

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

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

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

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