#1B116A

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

Shades of Midnight Blue #1B116A

Tints of Midnight Blue #1B116A

Color information

#1B116A (or 0x1B116A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 11 and 6A. RGB value is (27,17,106). Sum of RGB (Red+Green+Blue) = 27+17+106=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B116A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B116A is #E4EE95. Grayscale: #1D1D1D. Windows color (decimal): -15003286 or 6951195. OLE color: 6951195.

HSL color Cylindrical-coordinate representation of color #1B116A: hue angle of 246.74º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B116A is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2717106-
CMYK0.750.8400.58
HSL246.74º72.36%24.12%-
HSV(B)246.74º83.96%41.57%-
XYZ3.251.6713.79-
YUV30.14170.81125.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18%
GREEN value IS 17 (7.03% from 255) = 11.33%
BLUE value IS 106 (41.80% from 255) = 70.67%
R=18%
G=11.33%
B=70.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27171060.750.8400.58246.7472.3624.12
Hex1B116A4B5403Af74818
Octal332115211312407236711030
Binary1101110001110101010010111010100011101011110111100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B116A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,17,106); }

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

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

 a { background-color: rgb(27,17,106); }

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

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

 span { border-color: rgb(27,17,106); }

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