Html Css Color HEX #142980 Midnight Blue

📋 copy color: '#142980'

red 20 ◦ green 41 ◦ blue 128

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

Shades of Midnight Blue #142980

Tints of Midnight Blue #142980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.69%

 BLUE value IS 128 (50.39% from 255) = 67.72%

R = 10.58%
G = 21.69%
B = 67.72%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#142980 (or 0x142980) is known color: Midnight Blue. HEX triplet: 14, 29 and 80. RGB value is (20,41,128). Sum of RGB (Red+Green+Blue) = 20+41+128=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 128 (50.39% from 255 or 67.72% from 189); Max value from RGB is 128 - color contains mainly: blue. Hex color #142980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142980 is #EBD67F. Grayscale: #2C2C2C. Windows color (decimal): -15455872 or 8399124. OLE color: 8399124.

HSL color Cylindrical-coordinate representation of color #142980: hue angle of 228.33º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142980 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 41 128 -
CMYK 0.84 0.68 0 0.50
HSL 228.33º 0.73% 0.29% -
HSV(B) 228.33º 0.84% 0.5% -
XYZ 4.98 3.29 20.8 -
YUV 44.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 20 41 128 0.84 0.68 0 0.50 228.33 0.73 0.29
Hex 14 29 80 54 44 0 32 E4 49 1D
Octal 24 51 200 124 104 0 62 344 111 35
Binary 10100 101001 10000000 1010100 1000100 0 110010 11100100 1001001 11101

Color Harmonies of #142980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142980

Black with #142980

Text Example


Text Example

White with #142980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142980; }

 p { color: rgb(20,41,128); }

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

background-color css

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

 a { background-color: rgb(20,41,128); }

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

border-color css

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

 span { border-color: rgb(20,41,128); }

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