#051D58

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

Shades of Sapphire #051D58

Tints of Sapphire #051D58

Color information

#051D58 (or 0x051D58) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 58. RGB value is (5,29,88). Sum of RGB (Red+Green+Blue) = 5+29+88=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 88 (34.77% from 255 or 72.13% from 122); Max value from RGB is 88 - color contains mainly: blue. Hex color #051D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D58 is #FAE2A7. Grayscale: #1C1C1C. Windows color (decimal): -16442024 or 5774597. OLE color: 5774597.

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

Color convert

RGB52988-
CMYK0.940.6700.65
HSL222.65º89.25%18.24%-
HSV(B)222.65º94.32%34.51%-
XYZ2.261.629.43-
YUV28.55161.55111.2-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 29 (11.72% from 255) = 23.77%
BLUE value IS 88 (34.77% from 255) = 72.13%
R=4.10%
G=23.77%
B=72.13%

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
Decimal529880.940.6700.65222.6589.2518.24
Hex51D585E43041df5912
Octal535130136103010133713122
Binary101111011011000101111010000110100000111011111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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