#051660

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

Shades of Sapphire #051660

Tints of Sapphire #051660

Color information

#051660 (or 0x051660) is unknown color: approx Sapphire. HEX triplet: 05, 16 and 60. RGB value is (5,22,96). Sum of RGB (Red+Green+Blue) = 5+22+96=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 96 (37.89% from 255 or 78.05% from 123); Max value from RGB is 96 - color contains mainly: blue. Hex color #051660 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051660 is #FAE99F. Grayscale: #191919. Windows color (decimal): -16443808 or 6297093. OLE color: 6297093.

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

Color convert

RGB52296-
CMYK0.950.7700.62
HSL228.79º90.1%19.8%-
HSV(B)228.79º94.79%37.65%-
XYZ2.461.4511.22-
YUV25.35167.87113.48-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 22 (8.98% from 255) = 17.89%
BLUE value IS 96 (37.89% from 255) = 78.05%
R=4.07%
G=17.89%
B=78.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal522960.950.7700.62228.7990.119.8
Hex516605F4D03Ee55a14
Octal52614013711507634513224
Binary10110110110000010111111001101011111011100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051660; }

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

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

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

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

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

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

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

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