#1B0EBE

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

Shades of Medium Blue #1B0EBE

Tints of Medium Blue #1B0EBE

Color information

#1B0EBE (or 0x1B0EBE) is unknown color: approx Medium Blue. HEX triplet: 1B, 0E and BE. RGB value is (27,14,190). Sum of RGB (Red+Green+Blue) = 27+14+190=231 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.69% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 190 (74.61% from 255 or 82.25% from 231); Max value from RGB is 190 - color contains mainly: blue. Hex color #1B0EBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0EBE is #E4F141. Grayscale: #252525. Windows color (decimal): -15003970 or 12455451. OLE color: 12455451.

HSL color Cylindrical-coordinate representation of color #1B0EBE: hue angle of 244.43º 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 #1B0EBE is Cyan = 0.86, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2714190-
CMYK0.860.9300.25
HSL244.43º86.27%40%-
HSV(B)244.43º92.63%74.51%-
XYZ9.94.2649.02-
YUV37.95213.81120.19-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.69%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 190 (74.61% from 255) = 82.25%
R=11.69%
G=6.06%
B=82.25%

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
Decimal27141900.860.9300.25244.4386.2740
Hex1BEBE565D019f45628
Octal331627612613503136412650
Binary1101111101011111010101101011101011001111101001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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