#051260

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

Shades of Sapphire #051260

Tints of Sapphire #051260

Color information

#051260 (or 0x051260) is unknown color: approx Sapphire. HEX triplet: 05, 12 and 60. RGB value is (5,18,96). Sum of RGB (Red+Green+Blue) = 5+18+96=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 96 (37.89% from 255 or 80.67% from 119); Max value from RGB is 96 - color contains mainly: blue. Hex color #051260 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051260 is #FAED9F. Grayscale: #161616. Windows color (decimal): -16444832 or 6296069. OLE color: 6296069.

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

Color convert

RGB51896-
CMYK0.950.8100.62
HSL231.43º90.1%19.8%-
HSV(B)231.43º94.79%37.65%-
XYZ2.391.3111.19-
YUV23169.19115.16-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 18 (7.42% from 255) = 15.13%
BLUE value IS 96 (37.89% from 255) = 80.67%
R=4.20%
G=15.13%
B=80.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal518960.950.8100.62231.4390.119.8
Hex512605F5103Ee75a14
Octal52214013712107634713224
Binary10110010110000010111111010001011111011100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051260; }

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

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

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

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

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

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

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

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