Html Css Color HEX #142641 Midnight

📋 copy color: '#142641'

red 20 ◦ green 38 ◦ blue 65

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

Shades of Midnight #142641

Tints of Midnight #142641

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 52.85%

R = 16.26%
G = 30.89%
B = 52.85%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#142641 (or 0x142641) is known color: Midnight. HEX triplet: 14, 26 and 41. RGB value is (20,38,65). Sum of RGB (Red+Green+Blue) = 20+38+65=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 65 (25.78% from 255 or 52.85% from 123); Max value from RGB is 65 - color contains mainly: blue. Hex color #142641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142641 is #EBD9BE. Grayscale: #232323. Windows color (decimal): -15456703 or 4269588. OLE color: 4269588.

HSL color Cylindrical-coordinate representation of color #142641: hue angle of 216º degrees, saturation: 0.53, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #142641 is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 38 65 -
CMYK 0.69 0.42 0 0.75
HSL 216º 0.53% 0.17% -
HSV(B) 216º 0.69% 0.25% -
XYZ 1.94 1.92 5.27 -
YUV 35.7 144.54 116.8 -
System Red Green Blue C M Y K H S L
Decimal 20 38 65 0.69 0.42 0 0.75 216 0.53 0.17
Hex 14 26 41 45 2A 0 4B D8 35 11
Octal 24 46 101 105 52 0 113 330 65 21
Binary 10100 100110 1000001 1000101 101010 0 1001011 11011000 110101 10001

Color Harmonies of #142641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142641

Black with #142641

Text Example


Text Example

White with #142641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142641; }

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

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

background-color css

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

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

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

border-color css

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

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

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