#14236E

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

Shades of Midnight Blue #14236E

Tints of Midnight Blue #14236E

Color information

#14236E (or 0x14236E) is unknown color: approx Midnight Blue. HEX triplet: 14, 23 and 6E. RGB value is (20,35,110). Sum of RGB (Red+Green+Blue) = 20+35+110=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 35 (14.06% from 255 or 21.21% from 165); Blue value is 110 (43.36% from 255 or 66.67% from 165); Max value from RGB is 110 - color contains mainly: blue. Hex color #14236E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14236E is #EBDC91. Grayscale: #262626. Windows color (decimal): -15457426 or 7217940. OLE color: 7217940.

HSL color Cylindrical-coordinate representation of color #14236E: hue angle of 230º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14236E is Cyan = 0.82, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2035110-
CMYK0.820.6800.57
HSL230º69.23%25.49%-
HSV(B)230º81.82%43.14%-
XYZ3.72.4815.03-
YUV39.06168.03114.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 35 (14.06% from 255) = 21.21%
BLUE value IS 110 (43.36% from 255) = 66.67%
R=12.12%
G=21.21%
B=66.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal20351100.820.6800.5723069.2325.49
Hex14236E5244039e64519
Octal244315612210407134610531
Binary10100100011110111010100101000100011100111100110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14236E; }

 p { color: rgb(20,35,110); }

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

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

 a { background-color: rgb(20,35,110); }

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

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

 span { border-color: rgb(20,35,110); }

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