#1B12BB

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

Shades of Medium Blue #1B12BB

Tints of Medium Blue #1B12BB

Color information

#1B12BB (or 0x1B12BB) is unknown color: approx Medium Blue. HEX triplet: 1B, 12 and BB. RGB value is (27,18,187). Sum of RGB (Red+Green+Blue) = 27+18+187=232 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.64% from 232); Green value is 18 (7.42% from 255 or 7.76% from 232); Blue value is 187 (73.44% from 255 or 80.60% from 232); Max value from RGB is 187 - color contains mainly: blue. Hex color #1B12BB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B12BB is #E4ED44. Grayscale: #272727. Windows color (decimal): -15002949 or 12259867. OLE color: 12259867.

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

Color convert

RGB2718187-
CMYK0.860.9000.27
HSL243.2º82.44%40.2%-
HSV(B)243.2º90.37%73.33%-
XYZ9.644.2547.33-
YUV39.96210.98118.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.64%
GREEN value IS 18 (7.42% from 255) = 7.76%
BLUE value IS 187 (73.44% from 255) = 80.60%
R=11.64%
G=7.76%
B=80.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal27181870.860.9000.27243.282.4440.2
Hex1B12BB565A01Bf35228
Octal332227312613203336312250
Binary11011100101011101110101101011010011011111100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B12BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,187); }

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

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

 a { background-color: rgb(27,18,187); }

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

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

 span { border-color: rgb(27,18,187); }

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