#1A2560

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

Shades of Sapphire #1A2560

Tints of Sapphire #1A2560

Color information

#1A2560 (or 0x1A2560) is unknown color: approx Sapphire. HEX triplet: 1A, 25 and 60. RGB value is (26,37,96). Sum of RGB (Red+Green+Blue) = 26+37+96=159 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.35% from 159); Green value is 37 (14.84% from 255 or 23.27% from 159); Blue value is 96 (37.89% from 255 or 60.38% from 159); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A2560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2560 is #E5DA9F. Grayscale: #282828. Windows color (decimal): -15063712 or 6300954. OLE color: 6300954.

HSL color Cylindrical-coordinate representation of color #1A2560: hue angle of 230.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A2560 is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB263796-
CMYK0.730.6100.62
HSL230.57º57.38%23.92%-
HSV(B)230.57º72.92%37.65%-
XYZ3.22.3911.36-
YUV40.44159.36117.7-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.35%
GREEN value IS 37 (14.84% from 255) = 23.27%
BLUE value IS 96 (37.89% from 255) = 60.38%
R=16.35%
G=23.27%
B=60.38%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2637960.730.6100.62230.5757.3823.92
Hex1A2560493D03Ee73918
Octal3245140111750763477130
Binary110101001011100000100100111110101111101110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A2560; }

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

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

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

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

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

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

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

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