Html Css Color HEX #14254F Midnight Express

📋 copy color: '#14254F'

red 20 ◦ green 37 ◦ blue 79

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

Shades of Midnight Express #14254F

Tints of Midnight Express #14254F

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.21%

 BLUE value IS 79 (31.25% from 255) = 58.09%

R = 14.71%
G = 27.21%
B = 58.09%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#14254F (or 0x14254F) is known color: Midnight Express. HEX triplet: 14, 25 and 4F. RGB value is (20,37,79). Sum of RGB (Red+Green+Blue) = 20+37+79=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 79 (31.25% from 255 or 58.09% from 136); Max value from RGB is 79 - color contains mainly: blue. Hex color #14254F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14254F is #EBDAB0. Grayscale: #242424. Windows color (decimal): -15456945 or 5186836. OLE color: 5186836.

HSL color Cylindrical-coordinate representation of color #14254F: hue angle of 222.71º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #14254F is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 37 79 -
CMYK 0.75 0.53 0 0.69
HSL 222.71º 0.6% 0.19% -
HSV(B) 222.71º 0.75% 0.31% -
XYZ 2.36 2.04 7.67 -
YUV 36.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 20 37 79 0.75 0.53 0 0.69 222.71 0.6 0.19
Hex 14 25 4F 4B 35 0 45 DF 3C 13
Octal 24 45 117 113 65 0 105 337 74 23
Binary 10100 100101 1001111 1001011 110101 0 1000101 11011111 111100 10011

Color Harmonies of #14254F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14254F

Black with #14254F

Text Example


Text Example

White with #14254F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14254F; }

 p { color: rgb(20,37,79); }

 H1.HeaderClassName
 {
   color: #14254F;
 }
 .AnyTagClassName
 {
   color: #14254F;
 }
</style>

background-color css

<style>
 a { background-color: #14254F; }

 a { background-color: rgb(20,37,79); }

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

border-color css

<style>
 span { border-color: #14254F; }

 span { border-color: rgb(20,37,79); }

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