#1B1378

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

Shades of Midnight Blue #1B1378

Tints of Midnight Blue #1B1378

Color information

#1B1378 (or 0x1B1378) is unknown color: approx Midnight Blue. HEX triplet: 1B, 13 and 78. RGB value is (27,19,120). Sum of RGB (Red+Green+Blue) = 27+19+120=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 120 (47.27% from 255 or 72.29% from 166); Max value from RGB is 120 - color contains mainly: blue. Hex color #1B1378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1378 is #E4EC87. Grayscale: #202020. Windows color (decimal): -15002760 or 7869211. OLE color: 7869211.

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

Color convert

RGB2719120-
CMYK0.780.8400.53
HSL244.75º72.66%27.25%-
HSV(B)244.75º84.17%47.06%-
XYZ4.082.0517.95-
YUV32.91177.15123.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.27%
GREEN value IS 19 (7.81% from 255) = 11.45%
BLUE value IS 120 (47.27% from 255) = 72.29%
R=16.27%
G=11.45%
B=72.29%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27191200.780.8400.53244.7572.6627.25
Hex1B13784E54035f5491b
Octal332317011612406536511133
Binary1101110011111100010011101010100011010111110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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