#14107B

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

Shades of Midnight Blue #14107B

Tints of Midnight Blue #14107B

Color information

#14107B (or 0x14107B) is unknown color: approx Midnight Blue. HEX triplet: 14, 10 and 7B. RGB value is (20,16,123). Sum of RGB (Red+Green+Blue) = 20+16+123=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 16 (6.64% from 255 or 10.06% from 159); Blue value is 123 (48.44% from 255 or 77.36% from 159); Max value from RGB is 123 - color contains mainly: blue. Hex color #14107B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14107B is #EBEF84. Grayscale: #1C1C1C. Windows color (decimal): -15462277 or 8065044. OLE color: 8065044.

HSL color Cylindrical-coordinate representation of color #14107B: hue angle of 242.24º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14107B is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2016123-
CMYK0.840.8700.52
HSL242.24º76.98%27.25%-
HSV(B)242.24º86.99%48.24%-
XYZ4.051.9518.9-
YUV29.39180.83121.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 16 (6.64% from 255) = 10.06%
BLUE value IS 123 (48.44% from 255) = 77.36%
R=12.58%
G=10.06%
B=77.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20161230.840.8700.52242.2476.9827.25
Hex14107B5457034f24d1b
Octal242017312412706436211533
Binary1010010000111101110101001010111011010011110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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