#051C47

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

Shades of Sapphire #051C47

Tints of Sapphire #051C47

Color information

#051C47 (or 0x051C47) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 47. RGB value is (5,28,71). Sum of RGB (Red+Green+Blue) = 5+28+71=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 71 (28.12% from 255 or 68.27% from 104); Max value from RGB is 71 - color contains mainly: blue. Hex color #051C47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C47 is #FAE3B8. Grayscale: #191919. Windows color (decimal): -16442297 or 4660229. OLE color: 4660229.

HSL color Cylindrical-coordinate representation of color #051C47: hue angle of 219.09º 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 #051C47 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52871-
CMYK0.930.6100.72
HSL219.09º86.84%14.9%-
HSV(B)219.09º92.96%27.84%-
XYZ1.621.326.13-
YUV26.02153.38113-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 71 (28.12% from 255) = 68.27%
R=4.81%
G=26.92%
B=68.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal528710.930.6100.72219.0986.8414.9
Hex51C475D3D048db57f
Octal53410713575011033312717
Binary1011110010001111011101111101010010001101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051C47; }

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

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

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

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

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

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

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

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