#1A00BA

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

Shades of Medium Blue #1A00BA

Tints of Medium Blue #1A00BA

Color information

#1A00BA (or 0x1A00BA) is unknown color: approx Medium Blue. HEX triplet: 1A, 00 and BA. RGB value is (26,0,186). Sum of RGB (Red+Green+Blue) = 26+0+186=212 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.26% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #1A00BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00BA is #E5FF45. Grayscale: #1C1C1C. Windows color (decimal): -15073094 or 12189722. OLE color: 12189722.

HSL color Cylindrical-coordinate representation of color #1A00BA: hue angle of 248.39º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00BA is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB260186-
CMYK0.86100.27
HSL248.39º100%36.47%-
HSV(B)248.39º100%72.94%-
XYZ9.293.7646.69-
YUV28.98216.61125.88-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 186 (73.05% from 255) = 87.74%
R=12.26%
G=0%
B=87.74%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal2601860.86100.27248.3910036.47
Hex1A0BA566401Bf86424
Octal32027212614403337014444
Binary1101001011101010101101100100011011111110001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A00BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,0,186); }

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

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

 a { background-color: rgb(26,0,186); }

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

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

 span { border-color: rgb(26,0,186); }

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