#051D79

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

Shades of Sapphire #051D79

Tints of Sapphire #051D79

Color information

#051D79 (or 0x051D79) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 79. RGB value is (5,29,121). Sum of RGB (Red+Green+Blue) = 5+29+121=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 121 (47.66% from 255 or 78.06% from 155); Max value from RGB is 121 - color contains mainly: blue. Hex color #051D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D79 is #FAE286. Grayscale: #1F1F1F. Windows color (decimal): -16441991 or 7937285. OLE color: 7937285.

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

Color convert

RGB529121-
CMYK0.960.7600.53
HSL227.59º92.06%24.71%-
HSV(B)227.59º95.87%47.45%-
XYZ3.952.2918.32-
YUV32.31178.05108.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 29 (11.72% from 255) = 18.71%
BLUE value IS 121 (47.66% from 255) = 78.06%
R=3.23%
G=18.71%
B=78.06%

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
Decimal5291210.960.7600.53227.5992.0624.71
Hex51D79604C035e45c19
Octal53517114011406534413431
Binary10111101111100111000001001100011010111100100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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