Html Css Color HEX #14234B Midnight Express

📋 copy color: '#14234B'

red 20 ◦ green 35 ◦ blue 75

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

Shades of Midnight Express #14234B

Tints of Midnight Express #14234B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.92%

 BLUE value IS 75 (29.69% from 255) = 57.69%

R = 15.38%
G = 26.92%
B = 57.69%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14234B (or 0x14234B) is known color: Midnight Express. HEX triplet: 14, 23 and 4B. RGB value is (20,35,75). Sum of RGB (Red+Green+Blue) = 20+35+75=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 75 (29.69% from 255 or 57.69% from 130); Max value from RGB is 75 - color contains mainly: blue. Hex color #14234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14234B is #EBDCB4. Grayscale: #222222. Windows color (decimal): -15457461 or 4924180. OLE color: 4924180.

HSL color Cylindrical-coordinate representation of color #14234B: hue angle of 223.64º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14234B is Cyan = 0.73, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 35 75 -
CMYK 0.73 0.53 0 0.71
HSL 223.64º 0.58% 0.19% -
HSV(B) 223.64º 0.73% 0.29% -
XYZ 2.16 1.86 6.9 -
YUV 35.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 20 35 75 0.73 0.53 0 0.71 223.64 0.58 0.19
Hex 14 23 4B 49 35 0 47 E0 3A 13
Octal 24 43 113 111 65 0 107 340 72 23
Binary 10100 100011 1001011 1001001 110101 0 1000111 11100000 111010 10011

Color Harmonies of #14234B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14234B

Black with #14234B

Text Example


Text Example

White with #14234B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14234B; }

 p { color: rgb(20,35,75); }

 H1.HeaderClassName
 {
   color: #14234B;
 }
 .AnyTagClassName
 {
   color: #14234B;
 }
</style>

background-color css

<style>
 a { background-color: #14234B; }

 a { background-color: rgb(20,35,75); }

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

border-color css

<style>
 span { border-color: #14234B; }

 span { border-color: rgb(20,35,75); }

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