#051D46

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

Shades of Sapphire #051D46

Tints of Sapphire #051D46

Color information

#051D46 (or 0x051D46) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 46. RGB value is (5,29,70). Sum of RGB (Red+Green+Blue) = 5+29+70=104 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.81% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 70 (27.73% from 255 or 67.31% from 104); Max value from RGB is 70 - color contains mainly: blue. Hex color #051D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D46 is #FAE2B9. Grayscale: #1A1A1A. Windows color (decimal): -16442042 or 4594949. OLE color: 4594949.

HSL color Cylindrical-coordinate representation of color #051D46: hue angle of 217.85º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051D46 is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB52970-
CMYK0.930.5900.73
HSL217.85º86.67%14.71%-
HSV(B)217.85º92.86%27.45%-
XYZ1.611.355.97-
YUV26.5152.55112.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.81%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 70 (27.73% from 255) = 67.31%
R=4.81%
G=27.88%
B=67.31%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal529700.930.5900.73217.8586.6714.71
Hex51D465D3B049da57f
Octal53510613573011133212717
Binary1011110110001101011101111011010010011101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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