Html Css Color HEX #141E4F Midnight Express

📋 copy color: '#141E4F'

red 20 ◦ green 30 ◦ blue 79

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

Shades of Midnight Express #141E4F

Tints of Midnight Express #141E4F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 23.26%

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

R = 15.5%
G = 23.26%
B = 61.24%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141E4F (or 0x141E4F) is known color: Midnight Express. HEX triplet: 14, 1E and 4F. RGB value is (20,30,79). Sum of RGB (Red+Green+Blue) = 20+30+79=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 79 (31.25% from 255 or 61.24% from 129); Max value from RGB is 79 - color contains mainly: blue. Hex color #141E4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E4F is #EBE1B0. Grayscale: #202020. Windows color (decimal): -15458737 or 5185044. OLE color: 5185044.

HSL color Cylindrical-coordinate representation of color #141E4F: hue angle of 229.83º 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 #141E4F is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 20 30 79 -
CMYK 0.75 0.62 0 0.69
HSL 229.83º 0.6% 0.19% -
HSV(B) 229.83º 0.75% 0.31% -
XYZ 2.16 1.64 7.6 -
YUV 32.6 154.19 119.02 -
System Red Green Blue C M Y K H S L
Decimal 20 30 79 0.75 0.62 0 0.69 229.83 0.6 0.19
Hex 14 1E 4F 4B 3E 0 45 E6 3C 13
Octal 24 36 117 113 76 0 105 346 74 23
Binary 10100 11110 1001111 1001011 111110 0 1000101 11100110 111100 10011

Color Harmonies of #141E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E4F

Black with #141E4F

Text Example


Text Example

White with #141E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141E4F; }

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

 H1.HeaderClassName
 {
   color: #141E4F;
 }
 .AnyTagClassName
 {
   color: #141E4F;
 }
</style>

background-color css

<style>
 a { background-color: #141E4F; }

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

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

border-color css

<style>
 span { border-color: #141E4F; }

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

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