#022970

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

Shades of Sapphire #022970

Tints of Sapphire #022970

Color information

#022970 (or 0x022970) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 70. RGB value is (2,41,112). Sum of RGB (Red+Green+Blue) = 2+41+112=155 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.29% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #022970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022970 is #FDD68F. Grayscale: #252525. Windows color (decimal): -16635536 or 7350530. OLE color: 7350530.

HSL color Cylindrical-coordinate representation of color #022970: hue angle of 218.73º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022970 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB241112-
CMYK0.980.6300.56
HSL218.73º96.49%22.35%-
HSV(B)218.73º98.21%43.92%-
XYZ3.742.7715.67-
YUV37.43170.08102.73-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.29%
GREEN value IS 41 (16.41% from 255) = 26.45%
BLUE value IS 112 (44.14% from 255) = 72.26%
R=1.29%
G=26.45%
B=72.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2411120.980.6300.56218.7396.4922.35
Hex22970623F038db6016
Octal2511601427707033314026
Binary1010100111100001100010111111011100011011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022970; }

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

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

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

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

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

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

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

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