#1A2760

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

Shades of Sapphire #1A2760

Tints of Sapphire #1A2760

Color information

#1A2760 (or 0x1A2760) is unknown color: approx Sapphire. HEX triplet: 1A, 27 and 60. RGB value is (26,39,96). Sum of RGB (Red+Green+Blue) = 26+39+96=161 (21% of max value = 765). Red value is 26 (10.55% from 255 or 16.15% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 96 (37.89% from 255 or 59.63% from 161); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A2760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A2760 is #E5D89F. Grayscale: #292929. Windows color (decimal): -15063200 or 6301466. OLE color: 6301466.

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

Color convert

RGB263996-
CMYK0.730.5900.62
HSL228.86º57.38%23.92%-
HSV(B)228.86º72.92%37.65%-
XYZ3.262.5211.38-
YUV41.61158.69116.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.15%
GREEN value IS 39 (15.62% from 255) = 24.22%
BLUE value IS 96 (37.89% from 255) = 59.63%
R=16.15%
G=24.22%
B=59.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2639960.730.5900.62228.8657.3823.92
Hex1A2760493B03Ee53918
Octal3247140111730763457130
Binary110101001111100000100100111101101111101110010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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