#1A3571

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

Shades of Sapphire #1A3571

Tints of Sapphire #1A3571

Color information

#1A3571 (or 0x1A3571) is unknown color: approx Sapphire. HEX triplet: 1A, 35 and 71. RGB value is (26,53,113). Sum of RGB (Red+Green+Blue) = 26+53+113=192 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.54% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A3571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3571 is #E5CA8E. Grayscale: #333333. Windows color (decimal): -15059599 or 7419162. OLE color: 7419162.

HSL color Cylindrical-coordinate representation of color #1A3571: hue angle of 221.38º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A3571 is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2653113-
CMYK0.770.5300.56
HSL221.38º62.59%27.25%-
HSV(B)221.38º76.99%44.31%-
XYZ4.683.9616.14-
YUV51.77162.55109.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.54%
GREEN value IS 53 (21.09% from 255) = 27.60%
BLUE value IS 113 (44.53% from 255) = 58.85%
R=13.54%
G=27.60%
B=58.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26531130.770.5300.56221.3862.5927.25
Hex1A35714D35038dd3f1b
Octal3265161115650703357733
Binary110101101011110001100110111010101110001101110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,53,113); }

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

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

 a { background-color: rgb(26,53,113); }

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

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

 span { border-color: rgb(26,53,113); }

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