#022A71

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

Shades of Sapphire #022A71

Tints of Sapphire #022A71

Color information

#022A71 (or 0x022A71) is unknown color: approx Sapphire. HEX triplet: 02, 2A and 71. RGB value is (2,42,113). Sum of RGB (Red+Green+Blue) = 2+42+113=157 (20% of max value = 765). Red value is 2 (1.17% from 255 or 1.27% from 157); Green value is 42 (16.80% from 255 or 26.75% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #022A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #022A71 is #FDD58E. Grayscale: #252525. Windows color (decimal): -16635279 or 7416322. OLE color: 7416322.

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

Color convert

RGB242113-
CMYK0.980.6300.56
HSL218.38º96.52%22.55%-
HSV(B)218.38º98.23%44.31%-
XYZ3.832.8615.97-
YUV38.13170.25102.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.27%
GREEN value IS 42 (16.80% from 255) = 26.75%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=1.27%
G=26.75%
B=71.97%

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
Decimal2421130.980.6300.56218.3896.5222.55
Hex22A71623F038da6117
Octal2521611427707033214127
Binary1010101011100011100010111111011100011011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022A71; }

 p { color: rgb(2,42,113); }

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

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

 a { background-color: rgb(2,42,113); }

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

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

 span { border-color: rgb(2,42,113); }

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