Html Css Color HEX #14224B Midnight Express

📋 copy color: '#14224B'

red 20 ◦ green 34 ◦ blue 75

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

Shades of Midnight Express #14224B

Tints of Midnight Express #14224B

RGB

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

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

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

R = 15.5%
G = 26.36%
B = 58.14%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14224B (or 0x14224B) is known color: Midnight Express. HEX triplet: 14, 22 and 4B. RGB value is (20,34,75). Sum of RGB (Red+Green+Blue) = 20+34+75=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 75 (29.69% from 255 or 58.14% from 129); Max value from RGB is 75 - color contains mainly: blue. Hex color #14224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14224B is #EBDDB4. Grayscale: #222222. Windows color (decimal): -15457717 or 4923924. OLE color: 4923924.

HSL color Cylindrical-coordinate representation of color #14224B: hue angle of 224.73º 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 #14224B is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 34 75 -
CMYK 0.73 0.55 0 0.71
HSL 224.73º 0.58% 0.19% -
HSV(B) 224.73º 0.73% 0.29% -
XYZ 2.13 1.8 6.89 -
YUV 34.49 150.86 117.67 -
System Red Green Blue C M Y K H S L
Decimal 20 34 75 0.73 0.55 0 0.71 224.73 0.58 0.19
Hex 14 22 4B 49 37 0 47 E1 3A 13
Octal 24 42 113 111 67 0 107 341 72 23
Binary 10100 100010 1001011 1001001 110111 0 1000111 11100001 111010 10011

Color Harmonies of #14224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14224B

Black with #14224B

Text Example


Text Example

White with #14224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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