#051F5D

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

Shades of Sapphire #051F5D

Tints of Sapphire #051F5D

Color information

#051F5D (or 0x051F5D) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 5D. RGB value is (5,31,93). Sum of RGB (Red+Green+Blue) = 5+31+93=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #051F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F5D is #FAE0A2. Grayscale: #1E1E1E. Windows color (decimal): -16441507 or 6102789. OLE color: 6102789.

HSL color Cylindrical-coordinate representation of color #051F5D: hue angle of 222.27º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051F5D is Cyan = 0.95, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB53193-
CMYK0.950.6700.64
HSL222.27º89.8%19.22%-
HSV(B)222.27º94.62%36.47%-
XYZ2.531.810.57-
YUV30.29163.39109.96-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 93 (36.72% from 255) = 72.09%
R=3.88%
G=24.03%
B=72.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal531930.950.6700.64222.2789.819.22
Hex51F5D5F43040de5a13
Octal537135137103010033613223
Binary101111111011101101111110000110100000011011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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