#051D76

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

Shades of Sapphire #051D76

Tints of Sapphire #051D76

Color information

#051D76 (or 0x051D76) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 76. RGB value is (5,29,118). Sum of RGB (Red+Green+Blue) = 5+29+118=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 118 (46.48% from 255 or 77.63% from 152); Max value from RGB is 118 - color contains mainly: blue. Hex color #051D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D76 is #FAE289. Grayscale: #1F1F1F. Windows color (decimal): -16441994 or 7740677. OLE color: 7740677.

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

Color convert

RGB529118-
CMYK0.960.7500.54
HSL227.26º91.87%24.12%-
HSV(B)227.26º95.76%46.27%-
XYZ3.772.2217.37-
YUV31.97176.55108.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 118 (46.48% from 255) = 77.63%
R=3.29%
G=19.08%
B=77.63%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5291180.960.7500.54227.2691.8724.12
Hex51D76604B036e35c18
Octal53516614011306634313430
Binary10111101111011011000001001011011011011100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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