Html Css Color HEX #14186F Midnight Blue

📋 copy color: '#14186F'

red 20 ◦ green 24 ◦ blue 111

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

Shades of Midnight Blue #14186F

Tints of Midnight Blue #14186F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

 BLUE value IS 111 (43.75% from 255) = 71.61%

R = 12.9%
G = 15.48%
B = 71.61%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14186F (or 0x14186F) is known color: Midnight Blue. HEX triplet: 14, 18 and 6F. RGB value is (20,24,111). Sum of RGB (Red+Green+Blue) = 20+24+111=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 111 (43.75% from 255 or 71.61% from 155); Max value from RGB is 111 - color contains mainly: blue. Hex color #14186F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14186F is #EBE790. Grayscale: #202020. Windows color (decimal): -15460241 or 7280660. OLE color: 7280660.

HSL color Cylindrical-coordinate representation of color #14186F: hue angle of 237.36º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14186F is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 24 111 -
CMYK 0.82 0.78 0 0.56
HSL 237.36º 0.69% 0.26% -
HSV(B) 237.36º 0.82% 0.44% -
XYZ 3.48 1.95 15.23 -
YUV 32.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 20 24 111 0.82 0.78 0 0.56 237.36 0.69 0.26
Hex 14 18 6F 52 4E 0 38 ED 45 1A
Octal 24 30 157 122 116 0 70 355 105 32
Binary 10100 11000 1101111 1010010 1001110 0 111000 11101101 1000101 11010

Color Harmonies of #14186F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14186F

Black with #14186F

Text Example


Text Example

White with #14186F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14186F; }

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

 H1.HeaderClassName
 {
   color: #14186F;
 }
 .AnyTagClassName
 {
   color: #14186F;
 }
</style>

background-color css

<style>
 a { background-color: #14186F; }

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

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

border-color css

<style>
 span { border-color: #14186F; }

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

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