#051860

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

Shades of Sapphire #051860

Tints of Sapphire #051860

Color information

#051860 (or 0x051860) is unknown color: approx Sapphire. HEX triplet: 05, 18 and 60. RGB value is (5,24,96). Sum of RGB (Red+Green+Blue) = 5+24+96=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 96 (37.89% from 255 or 76.8% from 125); Max value from RGB is 96 - color contains mainly: blue. Hex color #051860 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051860 is #FAE79F. Grayscale: #1A1A1A. Windows color (decimal): -16443296 or 6297605. OLE color: 6297605.

HSL color Cylindrical-coordinate representation of color #051860: hue angle of 227.47º 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 #051860 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52496-
CMYK0.950.7500.62
HSL227.47º90.1%19.8%-
HSV(B)227.47º94.79%37.65%-
XYZ2.51.5311.23-
YUV26.53167.21112.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 24 (9.77% from 255) = 19.2%
BLUE value IS 96 (37.89% from 255) = 76.8%
R=4%
G=19.2%
B=76.8%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal524960.950.7500.62227.4790.119.8
Hex518605F4B03Ee35a14
Octal53014013711307634313224
Binary10111000110000010111111001011011111011100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051860; }

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

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

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

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

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

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

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

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