#181378

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

Shades of Midnight Blue #181378

Tints of Midnight Blue #181378

Color information

#181378 (or 0x181378) is unknown color: approx Midnight Blue. HEX triplet: 18, 13 and 78. RGB value is (24,19,120). Sum of RGB (Red+Green+Blue) = 24+19+120=163 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.72% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #181378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181378 is #E7EC87. Grayscale: #1F1F1F. Windows color (decimal): -15199368 or 7869208. OLE color: 7869208.

HSL color Cylindrical-coordinate representation of color #181378: hue angle of 242.97º 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 #181378 is Cyan = 0.8, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2419120-
CMYK0.80.8400.53
HSL242.97º72.66%27.25%-
HSV(B)242.97º84.17%47.06%-
XYZ42.0217.95-
YUV32.01177.66122.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.72%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=14.72%
G=11.66%
B=73.62%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24191200.80.8400.53242.9772.6627.25
Hex1813785054035f3491b
Octal302317012012406536311133
Binary1100010011111100010100001010100011010111110011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181378; }

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

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

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

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

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

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

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

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