#14257A

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

Shades of Midnight Blue #14257A

Tints of Midnight Blue #14257A

Color information

#14257A (or 0x14257A) is unknown color: approx Midnight Blue. HEX triplet: 14, 25 and 7A. RGB value is (20,37,122). Sum of RGB (Red+Green+Blue) = 20+37+122=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 37 (14.84% from 255 or 20.67% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #14257A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14257A is #EBDA85. Grayscale: #292929. Windows color (decimal): -15456902 or 8004884. OLE color: 8004884.

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

Color convert

RGB2037122-
CMYK0.840.7000.52
HSL230º71.83%27.84%-
HSV(B)230º83.61%47.84%-
XYZ4.462.8818.73-
YUV41.61173.37112.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 37 (14.84% from 255) = 20.67%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=11.17%
G=20.67%
B=68.16%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20371220.840.7000.5223071.8327.84
Hex14257A5446034e6481c
Octal244517212410606434611034
Binary10100100101111101010101001000110011010011100110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14257A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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