Html Css Color HEX #14165F Midnight Blue

📋 copy color: '#14165F'

red 20 ◦ green 22 ◦ blue 95

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

Shades of Midnight Blue #14165F

Tints of Midnight Blue #14165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 14.6%
G = 16.06%
B = 69.34%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14165F (or 0x14165F) is known color: Midnight Blue. HEX triplet: 14, 16 and 5F. RGB value is (20,22,95). Sum of RGB (Red+Green+Blue) = 20+22+95=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #14165F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14165F is #EBE9A0. Grayscale: #1D1D1D. Windows color (decimal): -15460769 or 6231572. OLE color: 6231572.

HSL color Cylindrical-coordinate representation of color #14165F: hue angle of 238.4º 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 #14165F is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 22 95 -
CMYK 0.79 0.77 0 0.63
HSL 238.4º 0.65% 0.23% -
HSV(B) 238.4º 0.79% 0.37% -
XYZ 2.64 1.55 10.99 -
YUV 29.72 164.84 121.06 -
System Red Green Blue C M Y K H S L
Decimal 20 22 95 0.79 0.77 0 0.63 238.4 0.65 0.23
Hex 14 16 5F 4F 4D 0 3F EE 41 17
Octal 24 26 137 117 115 0 77 356 101 27
Binary 10100 10110 1011111 1001111 1001101 0 111111 11101110 1000001 10111

Color Harmonies of #14165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14165F

Black with #14165F

Text Example


Text Example

White with #14165F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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