#051C59

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

Shades of Sapphire #051C59

Tints of Sapphire #051C59

Color information

#051C59 (or 0x051C59) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 59. RGB value is (5,28,89). Sum of RGB (Red+Green+Blue) = 5+28+89=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 89 (35.16% from 255 or 72.95% from 122); Max value from RGB is 89 - color contains mainly: blue. Hex color #051C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C59 is #FAE3A6. Grayscale: #1B1B1B. Windows color (decimal): -16442279 or 5839877. OLE color: 5839877.

HSL color Cylindrical-coordinate representation of color #051C59: hue angle of 223.57º 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 #051C59 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB52889-
CMYK0.940.6900.65
HSL223.57º89.36%18.43%-
HSV(B)223.57º94.38%34.9%-
XYZ2.281.589.64-
YUV28.08162.38111.54-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 28 (11.33% from 255) = 22.95%
BLUE value IS 89 (35.16% from 255) = 72.95%
R=4.10%
G=22.95%
B=72.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal528890.940.6900.65223.5789.3618.43
Hex51C595E45041e05912
Octal534131136105010134013122
Binary101111001011001101111010001010100000111100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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