Html Css Color HEX #14135F Midnight Blue

📋 copy color: '#14135F'

red 20 ◦ green 19 ◦ blue 95

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

Shades of Midnight Blue #14135F

Tints of Midnight Blue #14135F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.18%

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

R = 14.93%
G = 14.18%
B = 70.9%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14135F (or 0x14135F) is known color: Midnight Blue. HEX triplet: 14, 13 and 5F. RGB value is (20,19,95). Sum of RGB (Red+Green+Blue) = 20+19+95=134 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.93% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 95 (37.5% from 255 or 70.90% from 134); Max value from RGB is 95 - color contains mainly: blue. Hex color #14135F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14135F is #EBECA0. Grayscale: #1B1B1B. Windows color (decimal): -15461537 or 6230804. OLE color: 6230804.

HSL color Cylindrical-coordinate representation of color #14135F: hue angle of 240.79º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14135F is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 19 95 -
CMYK 0.79 0.80 0 0.63
HSL 240.79º 0.67% 0.22% -
HSV(B) 240.79º 0.8% 0.37% -
XYZ 2.59 1.44 10.97 -
YUV 27.96 165.83 122.32 -
System Red Green Blue C M Y K H S L
Decimal 20 19 95 0.79 0.80 0 0.63 240.79 0.67 0.22
Hex 14 13 5F 4F 50 0 3F F1 43 16
Octal 24 23 137 117 120 0 77 361 103 26
Binary 10100 10011 1011111 1001111 1010000 0 111111 11110001 1000011 10110

Color Harmonies of #14135F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14135F

Black with #14135F

Text Example


Text Example

White with #14135F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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