#022047

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

Shades of Sapphire #022047

Tints of Sapphire #022047

Color information

#022047 (or 0x022047) is unknown color: approx Sapphire. HEX triplet: 02, 20 and 47. RGB value is (2,32,71). Sum of RGB (Red+Green+Blue) = 2+32+71=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 71 (28.12% from 255 or 67.62% from 105); Max value from RGB is 71 - color contains mainly: blue. Hex color #022047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022047 is #FDDFB8. Grayscale: #1B1B1B. Windows color (decimal): -16637881 or 4661250. OLE color: 4661250.

HSL color Cylindrical-coordinate representation of color #022047: hue angle of 213.91º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #022047 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB23271-
CMYK0.970.5500.72
HSL213.91º94.52%14.31%-
HSV(B)213.91º97.18%27.84%-
XYZ1.681.56.16-
YUV27.48152.56109.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 32 (12.89% from 255) = 30.48%
BLUE value IS 71 (28.12% from 255) = 67.62%
R=1.90%
G=30.48%
B=67.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal232710.970.5500.72213.9194.5214.31
Hex220476137048d65fe
Octal24010714167011032613716
Binary1010000010001111100001110111010010001101011010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022047; }

 p { color: rgb(2,32,71); }

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

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

 a { background-color: rgb(2,32,71); }

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

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

 span { border-color: rgb(2,32,71); }

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