Html Css Color HEX #141F48 Midnight Express

📋 copy color: '#141F48'

red 20 ◦ green 31 ◦ blue 72

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

Shades of Midnight Express #141F48

Tints of Midnight Express #141F48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 58.54%

R = 16.26%
G = 25.2%
B = 58.54%

CMYK

 C value IS 0.72

 M value IS 0.57

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#141F48 (or 0x141F48) is known color: Midnight Express. HEX triplet: 14, 1F and 48. RGB value is (20,31,72). Sum of RGB (Red+Green+Blue) = 20+31+72=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 31 (12.5% from 255 or 25.20% from 123); Blue value is 72 (28.52% from 255 or 58.54% from 123); Max value from RGB is 72 - color contains mainly: blue. Hex color #141F48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F48 is #EBE0B7. Grayscale: #202020. Windows color (decimal): -15458488 or 4726548. OLE color: 4726548.

HSL color Cylindrical-coordinate representation of color #141F48: hue angle of 227.31º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #141F48 is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 31 72 -
CMYK 0.72 0.57 0 0.72
HSL 227.31º 0.57% 0.18% -
HSV(B) 227.31º 0.72% 0.28% -
XYZ 1.95 1.6 6.34 -
YUV 32.39 150.36 119.17 -
System Red Green Blue C M Y K H S L
Decimal 20 31 72 0.72 0.57 0 0.72 227.31 0.57 0.18
Hex 14 1F 48 48 39 0 48 E3 39 12
Octal 24 37 110 110 71 0 110 343 71 22
Binary 10100 11111 1001000 1001000 111001 0 1001000 11100011 111001 10010

Color Harmonies of #141F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F48

Black with #141F48

Text Example


Text Example

White with #141F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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