#1a3270

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

Shades of Sapphire #1A3270

Tints of Sapphire #1A3270

Color information

#1A3270 (or 0x1A3270) is unknown color: approx Sapphire. HEX triplet: 1A, 32 and 70. RGB value is (26,50,112). Sum of RGB (Red+Green+Blue) = 26+50+112=188 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.83% from 188); Green value is 50 (19.92% from 255 or 26.60% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #1A3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A3270 is #E5CD8F. Grayscale: #313131. Windows color (decimal): -15060368 or 7352858. OLE color: 7352858.

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

Color convert

RGB2650112-
CMYK0.770.5500.56
HSL223.26º62.32%27.06%-
HSV(B)223.26º76.79%43.92%-
XYZ4.493.6715.8-
YUV49.89163.05110.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.83%
GREEN value IS 50 (19.92% from 255) = 26.60%
BLUE value IS 112 (44.14% from 255) = 59.57%
R=13.83%
G=26.60%
B=59.57%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal26501120.770.5500.56223.2662.3227.06
Hex1A32704D37038df3e1b
Octal3262160115670703377633
Binary110101100101110000100110111011101110001101111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a3270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,50,112); }

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

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

 a { background-color: rgb(26,50,112); }

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

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

 span { border-color: rgb(26,50,112); }

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