#051C70

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

Shades of Sapphire #051C70

Tints of Sapphire #051C70

Color information

#051C70 (or 0x051C70) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 70. RGB value is (5,28,112). Sum of RGB (Red+Green+Blue) = 5+28+112=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #051C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C70 is #FAE38F. Grayscale: #1E1E1E. Windows color (decimal): -16442256 or 7347205. OLE color: 7347205.

HSL color Cylindrical-coordinate representation of color #051C70: hue angle of 227.1º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C70 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB528112-
CMYK0.960.7500.56
HSL227.1º91.45%22.94%-
HSV(B)227.1º95.54%43.92%-
XYZ3.42.0315.54-
YUV30.7173.88109.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 112 (44.14% from 255) = 77.24%
R=3.45%
G=19.31%
B=77.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5281120.960.7500.56227.191.4522.94
Hex51C70604B038e35b17
Octal53416014011307034313327
Binary10111100111000011000001001011011100011100011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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