#1A0EBE

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

Shades of Medium Blue #1A0EBE

Tints of Medium Blue #1A0EBE

Color information

#1A0EBE (or 0x1A0EBE) is unknown color: approx Medium Blue. HEX triplet: 1A, 0E and BE. RGB value is (26,14,190). Sum of RGB (Red+Green+Blue) = 26+14+190=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 190 (74.61% from 255 or 82.61% from 230); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A0EBE is #E5F141. Grayscale: #242424. Windows color (decimal): -15069506 or 12455450. OLE color: 12455450.

HSL color Cylindrical-coordinate representation of color #1A0EBE: hue angle of 244.09º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1A0EBE is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2614190-
CMYK0.860.9300.25
HSL244.09º86.27%40%-
HSV(B)244.09º92.63%74.51%-
XYZ9.884.2549.02-
YUV37.65213.98119.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.30%
GREEN value IS 14 (5.86% from 255) = 6.09%
BLUE value IS 190 (74.61% from 255) = 82.61%
R=11.30%
G=6.09%
B=82.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26141900.860.9300.25244.0986.2740
Hex1AEBE565D019f45628
Octal321627612613503136412650
Binary1101011101011111010101101011101011001111101001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,14,190); }

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

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

 a { background-color: rgb(26,14,190); }

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

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

 span { border-color: rgb(26,14,190); }

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