#051F76

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

Shades of Sapphire #051F76

Tints of Sapphire #051F76

Color information

#051F76 (or 0x051F76) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 76. RGB value is (5,31,118). Sum of RGB (Red+Green+Blue) = 5+31+118=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 118 (46.48% from 255 or 76.62% from 154); Max value from RGB is 118 - color contains mainly: blue. Hex color #051F76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F76 is #FAE089. Grayscale: #202020. Windows color (decimal): -16441482 or 7741189. OLE color: 7741189.

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

Color convert

RGB531118-
CMYK0.960.7400.54
HSL226.19º91.87%24.12%-
HSV(B)226.19º95.76%46.27%-
XYZ3.822.3217.39-
YUV33.14175.89107.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.25%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 118 (46.48% from 255) = 76.62%
R=3.25%
G=20.13%
B=76.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5311180.960.7400.54226.1991.8724.12
Hex51F76604A036e25c18
Octal53716614011206634213430
Binary10111111111011011000001001010011011011100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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