#1A2960

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

Shades of Sapphire #1A2960

Tints of Sapphire #1A2960

Color information

#1A2960 (or 0x1A2960) is unknown color: approx Sapphire. HEX triplet: 1A, 29 and 60. RGB value is (26,41,96). Sum of RGB (Red+Green+Blue) = 26+41+96=163 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.95% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 96 (37.89% from 255 or 58.90% from 163); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A2960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2960 is #E5D69F. Grayscale: #2A2A2A. Windows color (decimal): -15062688 or 6301978. OLE color: 6301978.

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

Color convert

RGB264196-
CMYK0.730.5700.62
HSL227.14º57.38%23.92%-
HSV(B)227.14º72.92%37.65%-
XYZ3.332.6511.4-
YUV42.78158.03116.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.95%
GREEN value IS 41 (16.41% from 255) = 25.15%
BLUE value IS 96 (37.89% from 255) = 58.90%
R=15.95%
G=25.15%
B=58.90%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2641960.730.5700.62227.1457.3823.92
Hex1A2960493903Ee33918
Octal3251140111710763437130
Binary110101010011100000100100111100101111101110001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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