Html Css Color HEX #142648 Midnight Express

📋 copy color: '#142648'

red 20 ◦ green 38 ◦ blue 72

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

Shades of Midnight Express #142648

Tints of Midnight Express #142648

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.23%

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

R = 15.38%
G = 29.23%
B = 55.38%

CMYK

 C value IS 0.72

 M value IS 0.47

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#142648 (or 0x142648) is known color: Midnight Express. HEX triplet: 14, 26 and 48. RGB value is (20,38,72). Sum of RGB (Red+Green+Blue) = 20+38+72=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 72 (28.52% from 255 or 55.38% from 130); Max value from RGB is 72 - color contains mainly: blue. Hex color #142648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142648 is #EBD9B7. Grayscale: #242424. Windows color (decimal): -15456696 or 4728340. OLE color: 4728340.

HSL color Cylindrical-coordinate representation of color #142648: hue angle of 219.23º 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 #142648 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 20 38 72 -
CMYK 0.72 0.47 0 0.72
HSL 219.23º 0.57% 0.18% -
HSV(B) 219.23º 0.72% 0.28% -
XYZ 2.15 2 6.4 -
YUV 36.49 148.04 116.24 -
System Red Green Blue C M Y K H S L
Decimal 20 38 72 0.72 0.47 0 0.72 219.23 0.57 0.18
Hex 14 26 48 48 2F 0 48 DB 39 12
Octal 24 46 110 110 57 0 110 333 71 22
Binary 10100 100110 1001000 1001000 101111 0 1001000 11011011 111001 10010

Color Harmonies of #142648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142648

Black with #142648

Text Example


Text Example

White with #142648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142648; }

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

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

background-color css

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

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

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

border-color css

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

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

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