Html Css Color HEX #14183D Midnight Express

📋 copy color: '#14183D'

red 20 ◦ green 24 ◦ blue 61

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

Shades of Midnight Express #14183D

Tints of Midnight Express #14183D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 58.1%

R = 19.05%
G = 22.86%
B = 58.1%

CMYK

 C value IS 0.67

 M value IS 0.61

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14183D (or 0x14183D) is known color: Midnight Express. HEX triplet: 14, 18 and 3D. RGB value is (20,24,61). Sum of RGB (Red+Green+Blue) = 20+24+61=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #14183D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14183D is #EBE7C2. Grayscale: #1A1A1A. Windows color (decimal): -15460291 or 4003860. OLE color: 4003860.

HSL color Cylindrical-coordinate representation of color #14183D: hue angle of 234.15º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14183D is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 24 61 -
CMYK 0.67 0.61 0 0.76
HSL 234.15º 0.51% 0.16% -
HSV(B) 234.15º 0.67% 0.24% -
XYZ 1.46 1.14 4.56 -
YUV 27.02 147.17 122.99 -
System Red Green Blue C M Y K H S L
Decimal 20 24 61 0.67 0.61 0 0.76 234.15 0.51 0.16
Hex 14 18 3D 43 3D 0 4C EA 33 10
Octal 24 30 75 103 75 0 114 352 63 20
Binary 10100 11000 111101 1000011 111101 0 1001100 11101010 110011 10000

Color Harmonies of #14183D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14183D

Black with #14183D

Text Example


Text Example

White with #14183D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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