#021947

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

Shades of Sapphire #021947

Tints of Sapphire #021947

Color information

#021947 (or 0x021947) is unknown color: approx Sapphire. HEX triplet: 02, 19 and 47. RGB value is (2,25,71). Sum of RGB (Red+Green+Blue) = 2+25+71=98 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.04% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 71 (28.12% from 255 or 72.45% from 98); Max value from RGB is 71 - color contains mainly: blue. Hex color #021947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021947 is #FDE6B8. Grayscale: #171717. Windows color (decimal): -16639673 or 4659458. OLE color: 4659458.

HSL color Cylindrical-coordinate representation of color #021947: hue angle of 220º 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 #021947 is Cyan = 0.97, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB22571-
CMYK0.970.6500.72
HSL220º94.52%14.31%-
HSV(B)220º97.18%27.84%-
XYZ1.511.166.11-
YUV23.37154.88112.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.04%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 71 (28.12% from 255) = 72.45%
R=2.04%
G=25.51%
B=72.45%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal225710.970.6500.7222094.5214.31
Hex219476141048dc5fe
Octal231107141101011033413716
Binary1011001100011111000011000001010010001101110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021947; }

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

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

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

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

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

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

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

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