Html Css Color HEX #14185D Midnight Blue

📋 copy color: '#14185D'

red 20 ◦ green 24 ◦ blue 93

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

Shades of Midnight Blue #14185D

Tints of Midnight Blue #14185D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.52%

 BLUE value IS 93 (36.72% from 255) = 67.88%

R = 14.6%
G = 17.52%
B = 67.88%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14185D (or 0x14185D) is known color: Midnight Blue. HEX triplet: 14, 18 and 5D. RGB value is (20,24,93). Sum of RGB (Red+Green+Blue) = 20+24+93=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 24 (9.77% from 255 or 17.52% from 137); Blue value is 93 (36.72% from 255 or 67.88% from 137); Max value from RGB is 93 - color contains mainly: blue. Hex color #14185D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14185D is #EBE7A2. Grayscale: #1E1E1E. Windows color (decimal): -15460259 or 6101012. OLE color: 6101012.

HSL color Cylindrical-coordinate representation of color #14185D: hue angle of 236.71º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14185D is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 24 93 -
CMYK 0.78 0.74 0 0.64
HSL 236.71º 0.65% 0.22% -
HSV(B) 236.71º 0.78% 0.36% -
XYZ 2.59 1.59 10.53 -
YUV 30.67 163.17 120.39 -
System Red Green Blue C M Y K H S L
Decimal 20 24 93 0.78 0.74 0 0.64 236.71 0.65 0.22
Hex 14 18 5D 4E 4A 0 40 ED 41 16
Octal 24 30 135 116 112 0 100 355 101 26
Binary 10100 11000 1011101 1001110 1001010 0 1000000 11101101 1000001 10110

Color Harmonies of #14185D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14185D

Black with #14185D

Text Example


Text Example

White with #14185D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,24,93); }

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

background-color css

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

 a { background-color: rgb(20,24,93); }

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

border-color css

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

 span { border-color: rgb(20,24,93); }

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