#1B14BF

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

Shades of Medium Blue #1B14BF

Tints of Medium Blue #1B14BF

Color information

#1B14BF (or 0x1B14BF) is unknown color: approx Medium Blue. HEX triplet: 1B, 14 and BF. RGB value is (27,20,191). Sum of RGB (Red+Green+Blue) = 27+20+191=238 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.34% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 191 (75% from 255 or 80.25% from 238); Max value from RGB is 191 - color contains mainly: blue. Hex color #1B14BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B14BF is #E4EB40. Grayscale: #282828. Windows color (decimal): -15002433 or 12522523. OLE color: 12522523.

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

Color convert

RGB2720191-
CMYK0.860.9000.25
HSL242.46º81.04%41.37%-
HSV(B)242.46º89.53%74.9%-
XYZ10.114.4949.63-
YUV41.59212.32117.6-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.34%
GREEN value IS 20 (8.20% from 255) = 8.40%
BLUE value IS 191 (75% from 255) = 80.25%
R=11.34%
G=8.40%
B=80.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal27201910.860.9000.25242.4681.0441.37
Hex1B14BF565A019f25129
Octal332427712613203136212151
Binary11011101001011111110101101011010011001111100101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B14BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,191); }

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

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

 a { background-color: rgb(27,20,191); }

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

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

 span { border-color: rgb(27,20,191); }

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