#051F4D

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

Shades of Sapphire #051F4D

Tints of Sapphire #051F4D

Color information

#051F4D (or 0x051F4D) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 4D. RGB value is (5,31,77). Sum of RGB (Red+Green+Blue) = 5+31+77=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 31 (12.5% from 255 or 27.43% from 113); Blue value is 77 (30.47% from 255 or 68.14% from 113); Max value from RGB is 77 - color contains mainly: blue. Hex color #051F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F4D is #FAE0B2. Grayscale: #1C1C1C. Windows color (decimal): -16441523 or 5054213. OLE color: 5054213.

HSL color Cylindrical-coordinate representation of color #051F4D: hue angle of 218.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051F4D is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB53177-
CMYK0.940.6000.70
HSL218.33º87.8%16.08%-
HSV(B)218.33º93.51%30.2%-
XYZ1.891.557.22-
YUV28.47155.39111.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 31 (12.5% from 255) = 27.43%
BLUE value IS 77 (30.47% from 255) = 68.14%
R=4.42%
G=27.43%
B=68.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal531770.940.6000.70218.3387.816.08
Hex51F4D5E3C046da5810
Octal53711513674010633213020
Binary10111111100110110111101111000100011011011010101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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