#14177B

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

Shades of Midnight Blue #14177B

Tints of Midnight Blue #14177B

Color information

#14177B (or 0x14177B) is unknown color: approx Midnight Blue. HEX triplet: 14, 17 and 7B. RGB value is (20,23,123). Sum of RGB (Red+Green+Blue) = 20+23+123=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 123 (48.44% from 255 or 74.10% from 166); Max value from RGB is 123 - color contains mainly: blue. Hex color #14177B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14177B is #EBE884. Grayscale: #212121. Windows color (decimal): -15460485 or 8066836. OLE color: 8066836.

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

Color convert

RGB2023123-
CMYK0.840.8100.52
HSL238.25º72.03%28.04%-
HSV(B)238.25º83.74%48.24%-
XYZ4.172.1918.94-
YUV33.5178.51118.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.05%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 123 (48.44% from 255) = 74.10%
R=12.05%
G=13.86%
B=74.10%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20231230.840.8100.52238.2572.0328.04
Hex14177B5451034ee481c
Octal242717312412106435611034
Binary1010010111111101110101001010001011010011101110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14177B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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