#051D59

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

Shades of Sapphire #051D59

Tints of Sapphire #051D59

Color information

#051D59 (or 0x051D59) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 59. RGB value is (5,29,89). Sum of RGB (Red+Green+Blue) = 5+29+89=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 89 (35.16% from 255 or 72.36% from 123); Max value from RGB is 89 - color contains mainly: blue. Hex color #051D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D59 is #FAE2A6. Grayscale: #1C1C1C. Windows color (decimal): -16442023 or 5840133. OLE color: 5840133.

HSL color Cylindrical-coordinate representation of color #051D59: hue angle of 222.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051D59 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52989-
CMYK0.940.6700.65
HSL222.86º89.36%18.43%-
HSV(B)222.86º94.38%34.9%-
XYZ2.311.639.64-
YUV28.66162.05111.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 89 (35.16% from 255) = 72.36%
R=4.07%
G=23.58%
B=72.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal529890.940.6700.65222.8689.3618.43
Hex51D595E43041df5912
Octal535131136103010133713122
Binary101111011011001101111010000110100000111011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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