#051760

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

Shades of Sapphire #051760

Tints of Sapphire #051760

Color information

#051760 (or 0x051760) is unknown color: approx Sapphire. HEX triplet: 05, 17 and 60. RGB value is (5,23,96). Sum of RGB (Red+Green+Blue) = 5+23+96=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 96 (37.89% from 255 or 77.42% from 124); Max value from RGB is 96 - color contains mainly: blue. Hex color #051760 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051760 is #FAE89F. Grayscale: #191919. Windows color (decimal): -16443552 or 6297349. OLE color: 6297349.

HSL color Cylindrical-coordinate representation of color #051760: hue angle of 228.13º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051760 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52396-
CMYK0.950.7600.62
HSL228.13º90.1%19.8%-
HSV(B)228.13º94.79%37.65%-
XYZ2.481.4911.22-
YUV25.94167.54113.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 96 (37.89% from 255) = 77.42%
R=4.03%
G=18.55%
B=77.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal523960.950.7600.62228.1390.119.8
Hex517605F4C03Ee45a14
Octal52714013711407634413224
Binary10110111110000010111111001100011111011100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051760; }

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

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

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

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

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

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

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

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