Html Css Color HEX #14196D Midnight Blue

📋 copy color: '#14196D'

red 20 ◦ green 25 ◦ blue 109

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

Shades of Midnight Blue #14196D

Tints of Midnight Blue #14196D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.23%

 BLUE value IS 109 (42.97% from 255) = 70.78%

R = 12.99%
G = 16.23%
B = 70.78%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14196D (or 0x14196D) is known color: Midnight Blue. HEX triplet: 14, 19 and 6D. RGB value is (20,25,109). Sum of RGB (Red+Green+Blue) = 20+25+109=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 109 (42.97% from 255 or 70.78% from 154); Max value from RGB is 109 - color contains mainly: blue. Hex color #14196D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14196D is #EBE692. Grayscale: #202020. Windows color (decimal): -15459987 or 7149844. OLE color: 7149844.

HSL color Cylindrical-coordinate representation of color #14196D: hue angle of 236.63º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14196D is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 25 109 -
CMYK 0.82 0.77 0 0.57
HSL 236.63º 0.69% 0.25% -
HSV(B) 236.63º 0.82% 0.43% -
XYZ 3.4 1.95 14.67 -
YUV 33.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 20 25 109 0.82 0.77 0 0.57 236.63 0.69 0.25
Hex 14 19 6D 52 4D 0 39 ED 45 19
Octal 24 31 155 122 115 0 71 355 105 31
Binary 10100 11001 1101101 1010010 1001101 0 111001 11101101 1000101 11001

Color Harmonies of #14196D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14196D

Black with #14196D

Text Example


Text Example

White with #14196D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14196D; }

 p { color: rgb(20,25,109); }

 H1.HeaderClassName
 {
   color: #14196D;
 }
 .AnyTagClassName
 {
   color: #14196D;
 }
</style>

background-color css

<style>
 a { background-color: #14196D; }

 a { background-color: rgb(20,25,109); }

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

border-color css

<style>
 span { border-color: #14196D; }

 span { border-color: rgb(20,25,109); }

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