#051749

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

Shades of Sapphire #051749

Tints of Sapphire #051749

Color information

#051749 (or 0x051749) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 49. RGB value is (5,23,73). Sum of RGB (Red+Green+Blue) = 5+23+73=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 73 (28.91% from 255 or 72.28% from 101); Max value from RGB is 73 - color contains mainly: blue. Hex color #051749 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051749 is #FAE8B6. Grayscale: #171717. Windows color (decimal): -16443575 or 4790021. OLE color: 4790021.

HSL color Cylindrical-coordinate representation of color #051749: hue angle of 224.12º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051749 is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB52373-
CMYK0.930.6800.71
HSL224.12º87.18%15.29%-
HSV(B)224.12º93.15%28.63%-
XYZ1.571.136.44-
YUV23.32156.04114.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.95%
GREEN value IS 23 (9.38% from 255) = 22.77%
BLUE value IS 73 (28.91% from 255) = 72.28%
R=4.95%
G=22.77%
B=72.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal523730.930.6800.71224.1287.1815.29
Hex517495D44047e057f
Octal527111135104010734012717
Binary10110111100100110111011000100010001111110000010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051749; }

 p { color: rgb(5,23,73); }

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

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

 a { background-color: rgb(5,23,73); }

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

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

 span { border-color: rgb(5,23,73); }

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