#051C77

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

Shades of Sapphire #051C77

Tints of Sapphire #051C77

Color information

#051C77 (or 0x051C77) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 77. RGB value is (5,28,119). Sum of RGB (Red+Green+Blue) = 5+28+119=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 28 (11.33% from 255 or 18.42% from 152); Blue value is 119 (46.88% from 255 or 78.29% from 152); Max value from RGB is 119 - color contains mainly: blue. Hex color #051C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C77 is #FAE388. Grayscale: #1F1F1F. Windows color (decimal): -16442249 or 7805957. OLE color: 7805957.

HSL color Cylindrical-coordinate representation of color #051C77: hue angle of 227.89º 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 #051C77 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB528119-
CMYK0.960.7600.53
HSL227.89º91.94%24.31%-
HSV(B)227.89º95.8%46.67%-
XYZ3.812.1917.68-
YUV31.5177.38109.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 28 (11.33% from 255) = 18.42%
BLUE value IS 119 (46.88% from 255) = 78.29%
R=3.29%
G=18.42%
B=78.29%

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
Decimal5281190.960.7600.53227.8991.9424.31
Hex51C77604C035e45c18
Octal53416714011406534413430
Binary10111100111011111000001001100011010111100100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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