Html Css Color HEX #141F4F Midnight Express

📋 copy color: '#141F4F'

red 20 ◦ green 31 ◦ blue 79

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

Shades of Midnight Express #141F4F

Tints of Midnight Express #141F4F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 23.85%

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

R = 15.38%
G = 23.85%
B = 60.77%

CMYK

 C value IS 0.75

 M value IS 0.61

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#141F4F (or 0x141F4F) is known color: Midnight Express. HEX triplet: 14, 1F and 4F. RGB value is (20,31,79). Sum of RGB (Red+Green+Blue) = 20+31+79=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 31 (12.5% from 255 or 23.85% from 130); Blue value is 79 (31.25% from 255 or 60.77% from 130); Max value from RGB is 79 - color contains mainly: blue. Hex color #141F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F4F is #EBE0B0. Grayscale: #202020. Windows color (decimal): -15458481 or 5185300. OLE color: 5185300.

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

Color convert

RGB 20 31 79 -
CMYK 0.75 0.61 0 0.69
HSL 228.81º 0.6% 0.19% -
HSV(B) 228.81º 0.75% 0.31% -
XYZ 2.19 1.69 7.61 -
YUV 33.18 153.86 118.6 -
System Red Green Blue C M Y K H S L
Decimal 20 31 79 0.75 0.61 0 0.69 228.81 0.6 0.19
Hex 14 1F 4F 4B 3D 0 45 E5 3C 13
Octal 24 37 117 113 75 0 105 345 74 23
Binary 10100 11111 1001111 1001011 111101 0 1000101 11100101 111100 10011

Color Harmonies of #141F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F4F

Black with #141F4F

Text Example


Text Example

White with #141F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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