#1B1E6C

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

Shades of Midnight Blue #1B1E6C

Tints of Midnight Blue #1B1E6C

Color information

#1B1E6C (or 0x1B1E6C) is unknown color: approx Midnight Blue. HEX triplet: 1B, 1E and 6C. RGB value is (27,30,108). Sum of RGB (Red+Green+Blue) = 27+30+108=165 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.36% from 165); Green value is 30 (12.11% from 255 or 18.18% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B1E6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1E6C is #E4E193. Grayscale: #252525. Windows color (decimal): -14999956 or 7085595. OLE color: 7085595.

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

Color convert

RGB2730108-
CMYK0.750.7200.58
HSL237.78º60%26.47%-
HSV(B)237.78º75%42.35%-
XYZ3.622.2414.43-
YUV38167.51120.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.36%
GREEN value IS 30 (12.11% from 255) = 18.18%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=16.36%
G=18.18%
B=65.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27301080.750.7200.58237.786026.47
Hex1B1E6C4B4803Aee3c1a
Octal33361541131100723567432
Binary110111111011011001001011100100001110101110111011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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