Html Css Color HEX #14195F Midnight Blue

📋 copy color: '#14195F'

red 20 ◦ green 25 ◦ blue 95

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

Shades of Midnight Blue #14195F

Tints of Midnight Blue #14195F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 67.86%

R = 14.29%
G = 17.86%
B = 67.86%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14195F (or 0x14195F) is known color: Midnight Blue. HEX triplet: 14, 19 and 5F. RGB value is (20,25,95). Sum of RGB (Red+Green+Blue) = 20+25+95=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #14195F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14195F is #EBE6A0. Grayscale: #1F1F1F. Windows color (decimal): -15460001 or 6232340. OLE color: 6232340.

HSL color Cylindrical-coordinate representation of color #14195F: hue angle of 236º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14195F is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 25 95 -
CMYK 0.79 0.74 0 0.63
HSL 236º 0.65% 0.23% -
HSV(B) 236º 0.79% 0.37% -
XYZ 2.7 1.67 11.01 -
YUV 31.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 20 25 95 0.79 0.74 0 0.63 236 0.65 0.23
Hex 14 19 5F 4F 4A 0 3F EC 41 17
Octal 24 31 137 117 112 0 77 354 101 27
Binary 10100 11001 1011111 1001111 1001010 0 111111 11101100 1000001 10111

Color Harmonies of #14195F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14195F

Black with #14195F

Text Example


Text Example

White with #14195F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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