Html Css Color HEX #14115E Midnight Blue

📋 copy color: '#14115E'

red 20 ◦ green 17 ◦ blue 94

#14115E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #14115E

Tints of Midnight Blue #14115E

RGB

 RED value IS 20 (8.2% from 255) = 15.27%

 GREEN value IS 17 (7.03% from 255) = 12.98%

 BLUE value IS 94 (37.11% from 255) = 71.76%

R = 15.27%
G = 12.98%
B = 71.76%

CMYK

 C value IS 0.79

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14115E (or 0x14115E) is known color: Midnight Blue. HEX triplet: 14, 11 and 5E. RGB value is (20,17,94). Sum of RGB (Red+Green+Blue) = 20+17+94=131 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.27% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 94 (37.11% from 255 or 71.76% from 131); Max value from RGB is 94 - color contains mainly: blue. Hex color #14115E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14115E is #EBEEA1. Grayscale: #1A1A1A. Windows color (decimal): -15462050 or 6164756. OLE color: 6164756.

HSL color Cylindrical-coordinate representation of color #14115E: hue angle of 242.34º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14115E is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 17 94 -
CMYK 0.79 0.82 0 0.63
HSL 242.34º 0.69% 0.22% -
HSV(B) 242.34º 0.82% 0.37% -
XYZ 2.51 1.36 10.72 -
YUV 26.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 20 17 94 0.79 0.82 0 0.63 242.34 0.69 0.22
Hex 14 11 5E 4F 52 0 3F F2 45 16
Octal 24 21 136 117 122 0 77 362 105 26
Binary 10100 10001 1011110 1001111 1010010 0 111111 11110010 1000101 10110

Color Harmonies of #14115E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14115E

Black with #14115E

Text Example


Text Example

White with #14115E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,17,94); }

 H1.HeaderClassName
 {
   color: #14115E;
 }
 .AnyTagClassName
 {
   color: #14115E;
 }
</style>

background-color css

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

 a { background-color: rgb(20,17,94); }

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

border-color css

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

 span { border-color: rgb(20,17,94); }

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