#1B13BC

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

Shades of Medium Blue #1B13BC

Tints of Medium Blue #1B13BC

Color information

#1B13BC (or 0x1B13BC) is unknown color: approx Medium Blue. HEX triplet: 1B, 13 and BC. RGB value is (27,19,188). Sum of RGB (Red+Green+Blue) = 27+19+188=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #1B13BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B13BC is #E4EC43. Grayscale: #272727. Windows color (decimal): -15002692 or 12325659. OLE color: 12325659.

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

Color convert

RGB2719188-
CMYK0.860.9000.26
HSL242.84º81.64%40.59%-
HSV(B)242.84º89.89%73.73%-
XYZ9.764.3347.9-
YUV40.66211.15118.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 188 (73.83% from 255) = 80.34%
R=11.54%
G=8.12%
B=80.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal27191880.860.9000.26242.8481.6440.59
Hex1B13BC565A01Af35229
Octal332327412613203236312251
Binary11011100111011110010101101011010011010111100111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B13BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,19,188); }

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

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

 a { background-color: rgb(27,19,188); }

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

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

 span { border-color: rgb(27,19,188); }

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