#14167B

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

Shades of Midnight Blue #14167B

Tints of Midnight Blue #14167B

Color information

#14167B (or 0x14167B) is unknown color: approx Midnight Blue. HEX triplet: 14, 16 and 7B. RGB value is (20,22,123). Sum of RGB (Red+Green+Blue) = 20+22+123=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 123 (48.44% from 255 or 74.55% from 165); Max value from RGB is 123 - color contains mainly: blue. Hex color #14167B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14167B is #EBE984. Grayscale: #202020. Windows color (decimal): -15460741 or 8066580. OLE color: 8066580.

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

Color convert

RGB2022123-
CMYK0.840.8200.52
HSL238.83º72.03%28.04%-
HSV(B)238.83º83.74%48.24%-
XYZ4.152.1518.94-
YUV32.92178.84118.79-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.12%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 123 (48.44% from 255) = 74.55%
R=12.12%
G=13.33%
B=74.55%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20221230.840.8200.52238.8372.0328.04
Hex14167B5452034ef481c
Octal242617312412206435711034
Binary1010010110111101110101001010010011010011101111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14167B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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