#1A0AB7

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

Shades of Medium Blue #1A0AB7

Tints of Medium Blue #1A0AB7

Color information

#1A0AB7 (or 0x1A0AB7) is unknown color: approx Medium Blue. HEX triplet: 1A, 0A and B7. RGB value is (26,10,183). Sum of RGB (Red+Green+Blue) = 26+10+183=219 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.87% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 183 (71.88% from 255 or 83.56% from 219); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A0AB7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0AB7 is #E5F548. Grayscale: #212121. Windows color (decimal): -15070537 or 11995674. OLE color: 11995674.

HSL color Cylindrical-coordinate representation of color #1A0AB7: hue angle of 245.55º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1A0AB7 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB2610183-
CMYK0.860.9500.28
HSL245.55º89.64%37.84%-
HSV(B)245.55º94.54%71.76%-
XYZ9.083.8645.07-
YUV34.51211.8121.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.87%
GREEN value IS 10 (4.30% from 255) = 4.57%
BLUE value IS 183 (71.88% from 255) = 83.56%
R=11.87%
G=4.57%
B=83.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal26101830.860.9500.28245.5589.6437.84
Hex1AAB7565F01Cf65a26
Octal321226712613703436613246
Binary1101010101011011110101101011111011100111101101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,10,183); }

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

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

 a { background-color: rgb(26,10,183); }

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

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

 span { border-color: rgb(26,10,183); }

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