Html Css Color HEX #14185C Midnight Blue

📋 copy color: '#14185C'

red 20 ◦ green 24 ◦ blue 92

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

Shades of Midnight Blue #14185C

Tints of Midnight Blue #14185C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 67.65%

R = 14.71%
G = 17.65%
B = 67.65%

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

#14185C (or 0x14185C) is known color: Midnight Blue. HEX triplet: 14, 18 and 5C. RGB value is (20,24,92). Sum of RGB (Red+Green+Blue) = 20+24+92=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 24 (9.77% from 255 or 17.65% from 136); Blue value is 92 (36.33% from 255 or 67.65% from 136); Max value from RGB is 92 - color contains mainly: blue. Hex color #14185C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14185C is #EBE7A3. Grayscale: #1E1E1E. Windows color (decimal): -15460260 or 6035476. OLE color: 6035476.

HSL color Cylindrical-coordinate representation of color #14185C: hue angle of 236.67º degrees, saturation: 0.64, 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 #14185C is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 24 92 -
CMYK 0.78 0.74 0 0.64
HSL 236.67º 0.64% 0.22% -
HSV(B) 236.67º 0.78% 0.36% -
XYZ 2.55 1.57 10.29 -
YUV 30.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 20 24 92 0.78 0.74 0 0.64 236.67 0.64 0.22
Hex 14 18 5C 4E 4A 0 40 ED 40 16
Octal 24 30 134 116 112 0 100 355 100 26
Binary 10100 11000 1011100 1001110 1001010 0 1000000 11101101 1000000 10110

Color Harmonies of #14185C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14185C

Black with #14185C

Text Example


Text Example

White with #14185C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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