Html Css Color HEX #14196B Midnight Blue

📋 copy color: '#14196B'

red 20 ◦ green 25 ◦ blue 107

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

Shades of Midnight Blue #14196B

Tints of Midnight Blue #14196B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 70.39%

R = 13.16%
G = 16.45%
B = 70.39%

CMYK

 C value IS 0.81

 M value IS 0.77

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14196B (or 0x14196B) is known color: Midnight Blue. HEX triplet: 14, 19 and 6B. RGB value is (20,25,107). Sum of RGB (Red+Green+Blue) = 20+25+107=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 107 (42.19% from 255 or 70.39% from 152); Max value from RGB is 107 - color contains mainly: blue. Hex color #14196B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14196B is #EBE694. Grayscale: #202020. Windows color (decimal): -15459989 or 7018772. OLE color: 7018772.

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

Color convert

RGB 20 25 107 -
CMYK 0.81 0.77 0 0.58
HSL 236.55º 0.69% 0.25% -
HSV(B) 236.55º 0.81% 0.42% -
XYZ 3.29 1.91 14.1 -
YUV 32.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 20 25 107 0.81 0.77 0 0.58 236.55 0.69 0.25
Hex 14 19 6B 51 4D 0 3A ED 45 19
Octal 24 31 153 121 115 0 72 355 105 31
Binary 10100 11001 1101011 1010001 1001101 0 111010 11101101 1000101 11001

Color Harmonies of #14196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14196B

Black with #14196B

Text Example


Text Example

White with #14196B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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