#1B15BA

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

Shades of Medium Blue #1B15BA

Tints of Medium Blue #1B15BA

Color information

#1B15BA (or 0x1B15BA) is unknown color: approx Medium Blue. HEX triplet: 1B, 15 and BA. RGB value is (27,21,186). Sum of RGB (Red+Green+Blue) = 27+21+186=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 186 (73.05% from 255 or 79.49% from 234); Max value from RGB is 186 - color contains mainly: blue. Hex color #1B15BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B15BA is #E4EA45. Grayscale: #282828. Windows color (decimal): -15002182 or 12195099. OLE color: 12195099.

HSL color Cylindrical-coordinate representation of color #1B15BA: hue angle of 242.18º degrees, saturation: 0.8, 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 #1B15BA is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2721186-
CMYK0.850.8900.27
HSL242.18º79.71%40.59%-
HSV(B)242.18º88.71%72.94%-
XYZ9.584.3146.78-
YUV41.6209.49117.58-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 186 (73.05% from 255) = 79.49%
R=11.54%
G=8.97%
B=79.49%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27211860.850.8900.27242.1879.7140.59
Hex1B15BA555901Bf25029
Octal332527212513103336212051
Binary11011101011011101010101011011001011011111100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B15BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,21,186); }

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

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

 a { background-color: rgb(27,21,186); }

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

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

 span { border-color: rgb(27,21,186); }

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