Html Css Color HEX #14223D Midnight Express

📋 copy color: '#14223D'

red 20 ◦ green 34 ◦ blue 61

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

Shades of Midnight Express #14223D

Tints of Midnight Express #14223D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 29.57%

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

R = 17.39%
G = 29.57%
B = 53.04%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14223D (or 0x14223D) is known color: Midnight Express. HEX triplet: 14, 22 and 3D. RGB value is (20,34,61). Sum of RGB (Red+Green+Blue) = 20+34+61=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #14223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14223D is #EBDDC2. Grayscale: #202020. Windows color (decimal): -15457731 or 4006420. OLE color: 4006420.

HSL color Cylindrical-coordinate representation of color #14223D: hue angle of 219.51º 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 #14223D is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 34 61 -
CMYK 0.67 0.44 0 0.76
HSL 219.51º 0.51% 0.16% -
HSV(B) 219.51º 0.67% 0.24% -
XYZ 1.7 1.63 4.64 -
YUV 32.89 143.86 118.8 -
System Red Green Blue C M Y K H S L
Decimal 20 34 61 0.67 0.44 0 0.76 219.51 0.51 0.16
Hex 14 22 3D 43 2C 0 4C DC 33 10
Octal 24 42 75 103 54 0 114 334 63 20
Binary 10100 100010 111101 1000011 101100 0 1001100 11011100 110011 10000

Color Harmonies of #14223D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14223D

Black with #14223D

Text Example


Text Example

White with #14223D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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