#151378

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

Shades of Midnight Blue #151378

Tints of Midnight Blue #151378

Color information

#151378 (or 0x151378) is unknown color: approx Midnight Blue. HEX triplet: 15, 13 and 78. RGB value is (21,19,120). Sum of RGB (Red+Green+Blue) = 21+19+120=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 19 (7.81% from 255 or 11.88% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #151378 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #151378 is #EAEC87. Grayscale: #1E1E1E. Windows color (decimal): -15395976 or 7869205. OLE color: 7869205.

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

Color convert

RGB2119120-
CMYK0.830.8400.53
HSL241.19º72.66%27.25%-
HSV(B)241.19º84.17%47.06%-
XYZ3.931.9817.94-
YUV31.11178.16120.79-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 19 (7.81% from 255) = 11.88%
BLUE value IS 120 (47.27% from 255) = 75%
R=13.12%
G=11.88%
B=75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21191200.830.8400.53241.1972.6627.25
Hex1513785354035f1491b
Octal252317012312406536111133
Binary1010110011111100010100111010100011010111110001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151378; }

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

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

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

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

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

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

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

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