#1b1c78

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

Shades of Midnight Blue #1B1C78

Tints of Midnight Blue #1B1C78

Color information

#1B1C78 (or 0x1B1C78) is unknown color: approx Midnight Blue. HEX triplet: 1B, 1C and 78. RGB value is (27,28,120). Sum of RGB (Red+Green+Blue) = 27+28+120=175 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.43% from 175); Green value is 28 (11.33% from 255 or 16% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B1C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1C78 is #E4E387. Grayscale: #252525. Windows color (decimal): -15000456 or 7871515. OLE color: 7871515.

HSL color Cylindrical-coordinate representation of color #1B1C78: hue angle of 239.35º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B1C78 is Cyan = 0.78, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2728120-
CMYK0.780.7700.53
HSL239.35º63.27%28.82%-
HSV(B)239.35º77.5%47.06%-
XYZ4.262.4218.01-
YUV38.19174.17120.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.43%
GREEN value IS 28 (11.33% from 255) = 16%
BLUE value IS 120 (47.27% from 255) = 68.57%
R=15.43%
G=16%
B=68.57%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27281200.780.7700.53239.3563.2728.82
Hex1B1C784E4D035ef3f1d
Octal33341701161150653577735
Binary110111110011110001001110100110101101011110111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b1c78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,28,120); }

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

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

 a { background-color: rgb(27,28,120); }

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

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

 span { border-color: rgb(27,28,120); }

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