#051947

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

Shades of Sapphire #051947

Tints of Sapphire #051947

Color information

#051947 (or 0x051947) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 47. RGB value is (5,25,71). Sum of RGB (Red+Green+Blue) = 5+25+71=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 71 (28.12% from 255 or 70.30% from 101); Max value from RGB is 71 - color contains mainly: blue. Hex color #051947 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051947 is #FAE6B8. Grayscale: #181818. Windows color (decimal): -16443065 or 4659461. OLE color: 4659461.

HSL color Cylindrical-coordinate representation of color #051947: hue angle of 221.82º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051947 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52571-
CMYK0.930.6500.72
HSL221.82º86.84%14.9%-
HSV(B)221.82º92.96%27.84%-
XYZ1.551.186.11-
YUV24.26154.37114.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 25 (10.16% from 255) = 24.75%
BLUE value IS 71 (28.12% from 255) = 70.30%
R=4.95%
G=24.75%
B=70.30%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal525710.930.6500.72221.8286.8414.9
Hex519475D41048de57f
Octal531107135101011033612717
Binary10111001100011110111011000001010010001101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051947; }

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

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

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

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

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

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

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

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