#1B12B6

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

Shades of Medium Blue #1B12B6

Tints of Medium Blue #1B12B6

Color information

#1B12B6 (or 0x1B12B6) is unknown color: approx Medium Blue. HEX triplet: 1B, 12 and B6. RGB value is (27,18,182). Sum of RGB (Red+Green+Blue) = 27+18+182=227 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.89% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 182 (71.48% from 255 or 80.18% from 227); Max value from RGB is 182 - color contains mainly: blue. Hex color #1B12B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B12B6 is #E4ED49. Grayscale: #262626. Windows color (decimal): -15002954 or 11932187. OLE color: 11932187.

HSL color Cylindrical-coordinate representation of color #1B12B6: hue angle of 243.29º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B12B6 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB2718182-
CMYK0.850.9000.29
HSL243.29º82%39.22%-
HSV(B)243.29º90.11%71.37%-
XYZ9.114.0444.56-
YUV39.39208.48119.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.89%
GREEN value IS 18 (7.42% from 255) = 7.93%
BLUE value IS 182 (71.48% from 255) = 80.18%
R=11.89%
G=7.93%
B=80.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal27181820.850.9000.29243.298239.22
Hex1B12B6555A01Df35227
Octal332226612513203536312247
Binary11011100101011011010101011011010011101111100111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B12B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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