#021847

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

Shades of Sapphire #021847

Tints of Sapphire #021847

Color information

#021847 (or 0x021847) is unknown color: approx Sapphire. HEX triplet: 02, 18 and 47. RGB value is (2,24,71). Sum of RGB (Red+Green+Blue) = 2+24+71=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 71 (28.12% from 255 or 73.20% from 97); Max value from RGB is 71 - color contains mainly: blue. Hex color #021847 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021847 is #FDE7B8. Grayscale: #161616. Windows color (decimal): -16639929 or 4659202. OLE color: 4659202.

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

Color convert

RGB22471-
CMYK0.970.6600.72
HSL220.87º94.52%14.31%-
HSV(B)220.87º97.18%27.84%-
XYZ1.491.126.1-
YUV22.78155.21113.18-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 71 (28.12% from 255) = 73.20%
R=2.06%
G=24.74%
B=73.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal224710.970.6600.72220.8794.5214.31
Hex218476142048dd5fe
Octal230107141102011033513716
Binary1011000100011111000011000010010010001101110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021847; }

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

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

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

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

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

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

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

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