#1A01BE

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

Shades of Medium Blue #1A01BE

Tints of Medium Blue #1A01BE

Color information

#1A01BE (or 0x1A01BE) is unknown color: approx Medium Blue. HEX triplet: 1A, 01 and BE. RGB value is (26,1,190). Sum of RGB (Red+Green+Blue) = 26+1+190=217 (28% of max value = 765). Red value is 26 (10.55% from 255 or 11.98% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 190 (74.61% from 255 or 87.56% from 217); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A01BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A01BE is #E5FE41. Grayscale: #1D1D1D. Windows color (decimal): -15072834 or 12452122. OLE color: 12452122.

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

Color convert

RGB261190-
CMYK0.860.9900.25
HSL247.94º98.95%37.45%-
HSV(B)247.94º99.47%74.51%-
XYZ9.733.9648.97-
YUV30.02218.28125.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.98%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 190 (74.61% from 255) = 87.56%
R=11.98%
G=0.46%
B=87.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal2611900.860.9900.25247.9498.9537.45
Hex1A1BE5663019f86325
Octal32127612614303137014345
Binary1101011011111010101101100011011001111110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A01BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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