#14127C

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

Shades of Midnight Blue #14127C

Tints of Midnight Blue #14127C

Color information

#14127C (or 0x14127C) is unknown color: approx Midnight Blue. HEX triplet: 14, 12 and 7C. RGB value is (20,18,124). Sum of RGB (Red+Green+Blue) = 20+18+124=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #14127C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14127C is #EBED83. Grayscale: #1E1E1E. Windows color (decimal): -15461764 or 8131092. OLE color: 8131092.

HSL color Cylindrical-coordinate representation of color #14127C: hue angle of 241.13º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #14127C is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2018124-
CMYK0.840.8500.51
HSL241.13º74.65%27.84%-
HSV(B)241.13º85.48%48.63%-
XYZ4.142.0419.24-
YUV30.68180.66120.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.35%
GREEN value IS 18 (7.42% from 255) = 11.11%
BLUE value IS 124 (48.83% from 255) = 76.54%
R=12.35%
G=11.11%
B=76.54%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20181240.840.8500.51241.1374.6527.84
Hex14127C5455033f14b1c
Octal242217412412506336111334
Binary1010010010111110010101001010101011001111110001100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14127C; }

 p { color: rgb(20,18,124); }

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

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

 a { background-color: rgb(20,18,124); }

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

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

 span { border-color: rgb(20,18,124); }

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