#1A3471

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

Shades of Sapphire #1A3471

Tints of Sapphire #1A3471

Color information

#1A3471 (or 0x1A3471) is unknown color: approx Sapphire. HEX triplet: 1A, 34 and 71. RGB value is (26,52,113). Sum of RGB (Red+Green+Blue) = 26+52+113=191 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.61% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 113 (44.53% from 255 or 59.16% from 191); Max value from RGB is 113 - color contains mainly: blue. Hex color #1A3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3471 is #E5CB8E. Grayscale: #323232. Windows color (decimal): -15059855 or 7418906. OLE color: 7418906.

HSL color Cylindrical-coordinate representation of color #1A3471: hue angle of 222.07º 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 #1A3471 is Cyan = 0.77, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2652113-
CMYK0.770.5400.56
HSL222.07º62.59%27.25%-
HSV(B)222.07º76.99%44.31%-
XYZ4.633.8716.13-
YUV51.18162.89110.04-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.61%
GREEN value IS 52 (20.70% from 255) = 27.23%
BLUE value IS 113 (44.53% from 255) = 59.16%
R=13.61%
G=27.23%
B=59.16%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26521130.770.5400.56222.0762.5927.25
Hex1A34714D36038de3f1b
Octal3264161115660703367733
Binary110101101001110001100110111011001110001101111011111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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