#051A60

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

Shades of Sapphire #051A60

Tints of Sapphire #051A60

Color information

#051A60 (or 0x051A60) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 60. RGB value is (5,26,96). Sum of RGB (Red+Green+Blue) = 5+26+96=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 26 (10.55% from 255 or 20.47% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #051A60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A60 is #FAE59F. Grayscale: #1B1B1B. Windows color (decimal): -16442784 or 6298117. OLE color: 6298117.

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

Color convert

RGB52696-
CMYK0.950.7300.62
HSL226.15º90.1%19.8%-
HSV(B)226.15º94.79%37.65%-
XYZ2.541.6211.24-
YUV27.7166.54111.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 26 (10.55% from 255) = 20.47%
BLUE value IS 96 (37.89% from 255) = 75.59%
R=3.94%
G=20.47%
B=75.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal526960.950.7300.62226.1590.119.8
Hex51A605F4903Ee25a14
Octal53214013711107634213224
Binary10111010110000010111111001001011111011100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051A60; }

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

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

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

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

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

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

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

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