#1B115E

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

Shades of Midnight Blue #1B115E

Tints of Midnight Blue #1B115E

Color information

#1B115E (or 0x1B115E) is unknown color: approx Midnight Blue. HEX triplet: 1B, 11 and 5E. RGB value is (27,17,94). Sum of RGB (Red+Green+Blue) = 27+17+94=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 94 (37.11% from 255 or 68.12% from 138); Max value from RGB is 94 - color contains mainly: blue. Hex color #1B115E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B115E is #E4EEA1. Grayscale: #1C1C1C. Windows color (decimal): -15003298 or 6164763. OLE color: 6164763.

HSL color Cylindrical-coordinate representation of color #1B115E: hue angle of 247.79º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B115E is Cyan = 0.71, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB271794-
CMYK0.710.8200.63
HSL247.79º69.37%21.76%-
HSV(B)247.79º81.91%36.86%-
XYZ2.671.4410.73-
YUV28.77164.81126.74-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 94 (37.11% from 255) = 68.12%
R=19.57%
G=12.32%
B=68.12%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2717940.710.8200.63247.7969.3721.76
Hex1B115E475203Ff84516
Octal332113610712207737010526
Binary1101110001101111010001111010010011111111111000100010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B115E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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