#022976

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

Shades of Sapphire #022976

Tints of Sapphire #022976

Color information

#022976 (or 0x022976) is unknown color: approx Sapphire. HEX triplet: 02, 29 and 76. RGB value is (2,41,118). Sum of RGB (Red+Green+Blue) = 2+41+118=161 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.24% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #022976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022976 is #FDD689. Grayscale: #252525. Windows color (decimal): -16635530 or 7743746. OLE color: 7743746.

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

Color convert

RGB241118-
CMYK0.980.6500.54
HSL219.83º96.67%23.53%-
HSV(B)219.83º98.31%46.27%-
XYZ4.092.9117.49-
YUV38.12173.08102.24-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.24%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 118 (46.48% from 255) = 73.29%
R=1.24%
G=25.47%
B=73.29%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2411180.980.6500.54219.8396.6723.53
Hex229766241036dc6118
Octal25116614210106633414130
Binary10101001111011011000101000001011011011011100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022976; }

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

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

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

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

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

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

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

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