#1A14BB

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

Shades of Medium Blue #1A14BB

Tints of Medium Blue #1A14BB

Color information

#1A14BB (or 0x1A14BB) is unknown color: approx Medium Blue. HEX triplet: 1A, 14 and BB. RGB value is (26,20,187). Sum of RGB (Red+Green+Blue) = 26+20+187=233 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.16% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 187 (73.44% from 255 or 80.26% from 233); Max value from RGB is 187 - color contains mainly: blue. Hex color #1A14BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A14BB is #E5EB44. Grayscale: #282828. Windows color (decimal): -15067973 or 12260378. OLE color: 12260378.

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

Color convert

RGB2620187-
CMYK0.860.8900.27
HSL242.16º80.68%40.59%-
HSV(B)242.16º89.3%73.33%-
XYZ9.654.3147.34-
YUV40.83210.49117.42-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.16%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 187 (73.44% from 255) = 80.26%
R=11.16%
G=8.58%
B=80.26%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26201870.860.8900.27242.1680.6840.59
Hex1A14BB565901Bf25129
Octal322427312613103336212151
Binary11010101001011101110101101011001011011111100101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A14BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,20,187); }

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

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

 a { background-color: rgb(26,20,187); }

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

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

 span { border-color: rgb(26,20,187); }

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