#1B166C

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

Shades of Midnight Blue #1B166C

Tints of Midnight Blue #1B166C

Color information

#1B166C (or 0x1B166C) is unknown color: approx Midnight Blue. HEX triplet: 1B, 16 and 6C. RGB value is (27,22,108). Sum of RGB (Red+Green+Blue) = 27+22+108=157 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.20% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 108 (42.58% from 255 or 68.79% from 157); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B166C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B166C is #E4E993. Grayscale: #202020. Windows color (decimal): -15002004 or 7083547. OLE color: 7083547.

HSL color Cylindrical-coordinate representation of color #1B166C: hue angle of 243.49º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B166C is Cyan = 0.75, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2722108-
CMYK0.750.8000.58
HSL243.49º66.15%25.49%-
HSV(B)243.49º79.63%42.35%-
XYZ3.451.8914.37-
YUV33.3170.16123.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.20%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 108 (42.58% from 255) = 68.79%
R=17.20%
G=14.01%
B=68.79%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27221080.750.8000.58243.4966.1525.49
Hex1B166C4B5003Af34219
Octal332615411312007236310231
Binary1101110110110110010010111010000011101011110011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,22,108); }

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

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

 a { background-color: rgb(27,22,108); }

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

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

 span { border-color: rgb(27,22,108); }

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