#14187B

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

Shades of Midnight Blue #14187B

Tints of Midnight Blue #14187B

Color information

#14187B (or 0x14187B) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 7B. RGB value is (20,24,123). Sum of RGB (Red+Green+Blue) = 20+24+123=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 123 (48.44% from 255 or 73.65% from 167); Max value from RGB is 123 - color contains mainly: blue. Hex color #14187B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14187B is #EBE784. Grayscale: #212121. Windows color (decimal): -15460229 or 8067092. OLE color: 8067092.

HSL color Cylindrical-coordinate representation of color #14187B: hue angle of 237.67º 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 #14187B is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2024123-
CMYK0.840.8000.52
HSL237.67º72.03%28.04%-
HSV(B)237.67º83.74%48.24%-
XYZ4.192.2318.95-
YUV34.09178.17117.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 24 (9.77% from 255) = 14.37%
BLUE value IS 123 (48.44% from 255) = 73.65%
R=11.98%
G=14.37%
B=73.65%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20241230.840.8000.52237.6772.0328.04
Hex14187B5450034ee481c
Octal243017312412006435611034
Binary1010011000111101110101001010000011010011101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14187B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14187B; }

 p { color: rgb(20,24,123); }

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

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

 a { background-color: rgb(20,24,123); }

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

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

 span { border-color: rgb(20,24,123); }

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