#1B15BD

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

Shades of Medium Blue #1B15BD

Tints of Medium Blue #1B15BD

Color information

#1B15BD (or 0x1B15BD) is unknown color: approx Medium Blue. HEX triplet: 1B, 15 and BD. RGB value is (27,21,189). Sum of RGB (Red+Green+Blue) = 27+21+189=237 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.39% from 237); Green value is 21 (8.59% from 255 or 8.86% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #1B15BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B15BD is #E4EA42. Grayscale: #292929. Windows color (decimal): -15002179 or 12391707. OLE color: 12391707.

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

Color convert

RGB2721189-
CMYK0.860.8900.26
HSL242.14º80%41.18%-
HSV(B)242.14º88.89%74.12%-
XYZ9.914.4448.48-
YUV41.95210.99117.34-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.39%
GREEN value IS 21 (8.59% from 255) = 8.86%
BLUE value IS 189 (74.22% from 255) = 79.75%
R=11.39%
G=8.86%
B=79.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27211890.860.8900.26242.148041.18
Hex1B15BD565901Af25029
Octal332527512613103236212051
Binary11011101011011110110101101011001011010111100101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B15BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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