#14257C

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

Shades of Midnight Blue #14257C

Tints of Midnight Blue #14257C

Color information

#14257C (or 0x14257C) is unknown color: approx Midnight Blue. HEX triplet: 14, 25 and 7C. RGB value is (20,37,124). Sum of RGB (Red+Green+Blue) = 20+37+124=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 37 (14.84% from 255 or 20.44% from 181); Blue value is 124 (48.83% from 255 or 68.51% from 181); Max value from RGB is 124 - color contains mainly: blue. Hex color #14257C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14257C is #EBDA83. Grayscale: #292929. Windows color (decimal): -15456900 or 8135956. OLE color: 8135956.

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

Color convert

RGB2037124-
CMYK0.840.7000.51
HSL230.19º72.22%28.24%-
HSV(B)230.19º83.87%48.63%-
XYZ4.592.9319.39-
YUV41.84174.37112.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 37 (14.84% from 255) = 20.44%
BLUE value IS 124 (48.83% from 255) = 68.51%
R=11.05%
G=20.44%
B=68.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20371240.840.7000.51230.1972.2228.24
Hex14257C5446033e6481c
Octal244517412410606334611034
Binary10100100101111110010101001000110011001111100110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14257C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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