#1B1170

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

Shades of Midnight Blue #1B1170

Tints of Midnight Blue #1B1170

Color information

#1B1170 (or 0x1B1170) is unknown color: approx Midnight Blue. HEX triplet: 1B, 11 and 70. RGB value is (27,17,112). Sum of RGB (Red+Green+Blue) = 27+17+112=156 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.31% from 156); Green value is 17 (7.03% from 255 or 10.90% from 156); Blue value is 112 (44.14% from 255 or 71.79% from 156); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B1170 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1170 is #E4EE8F. Grayscale: #1E1E1E. Windows color (decimal): -15003280 or 7344411. OLE color: 7344411.

HSL color Cylindrical-coordinate representation of color #1B1170: hue angle of 246.32º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1170 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2717112-
CMYK0.760.8500.56
HSL246.32º73.64%25.29%-
HSV(B)246.32º84.82%43.92%-
XYZ3.581.815.49-
YUV30.82173.81125.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.31%
GREEN value IS 17 (7.03% from 255) = 10.90%
BLUE value IS 112 (44.14% from 255) = 71.79%
R=17.31%
G=10.90%
B=71.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27171120.760.8500.56246.3273.6425.29
Hex1B11704C55038f64a19
Octal332116011412507036611231
Binary1101110001111000010011001010101011100011110110100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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