#051D77

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

Shades of Sapphire #051D77

Tints of Sapphire #051D77

Color information

#051D77 (or 0x051D77) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 77. RGB value is (5,29,119). Sum of RGB (Red+Green+Blue) = 5+29+119=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 29 (11.72% from 255 or 18.95% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #051D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D77 is #FAE288. Grayscale: #1F1F1F. Windows color (decimal): -16441993 or 7806213. OLE color: 7806213.

HSL color Cylindrical-coordinate representation of color #051D77: hue angle of 227.37º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051D77 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB529119-
CMYK0.960.7600.53
HSL227.37º91.94%24.31%-
HSV(B)227.37º95.8%46.67%-
XYZ3.832.2417.68-
YUV32.08177.05108.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 29 (11.72% from 255) = 18.95%
BLUE value IS 119 (46.88% from 255) = 77.78%
R=3.27%
G=18.95%
B=77.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5291190.960.7600.53227.3791.9424.31
Hex51D77604C035e35c18
Octal53516714011406534313430
Binary10111101111011111000001001100011010111100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,119); }

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

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

 a { background-color: rgb(5,29,119); }

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

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

 span { border-color: rgb(5,29,119); }

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