#051460

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

Shades of Sapphire #051460

Tints of Sapphire #051460

Color information

#051460 (or 0x051460) is unknown color: approx Sapphire. HEX triplet: 05, 14 and 60. RGB value is (5,20,96). Sum of RGB (Red+Green+Blue) = 5+20+96=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 96 (37.89% from 255 or 79.34% from 121); Max value from RGB is 96 - color contains mainly: blue. Hex color #051460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051460 is #FAEB9F. Grayscale: #171717. Windows color (decimal): -16444320 or 6296581. OLE color: 6296581.

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

Color convert

RGB52096-
CMYK0.950.7900.62
HSL230.11º90.1%19.8%-
HSV(B)230.11º94.79%37.65%-
XYZ2.421.3811.2-
YUV24.18168.53114.32-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 96 (37.89% from 255) = 79.34%
R=4.13%
G=16.53%
B=79.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal520960.950.7900.62230.1190.119.8
Hex514605F4F03Ee65a14
Octal52414013711707634613224
Binary10110100110000010111111001111011111011100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051460; }

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

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

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

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

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

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

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

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