Html Css Color HEX #142380 Midnight Blue

📋 copy color: '#142380'

red 20 ◦ green 35 ◦ blue 128

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

Shades of Midnight Blue #142380

Tints of Midnight Blue #142380

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.13%

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

R = 10.93%
G = 19.13%
B = 69.95%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#142380 (or 0x142380) is known color: Midnight Blue. HEX triplet: 14, 23 and 80. RGB value is (20,35,128). Sum of RGB (Red+Green+Blue) = 20+35+128=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 35 (14.06% from 255 or 19.13% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #142380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142380 is #EBDC7F. Grayscale: #282828. Windows color (decimal): -15457408 or 8397588. OLE color: 8397588.

HSL color Cylindrical-coordinate representation of color #142380: hue angle of 231.67º 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 #142380 is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 35 128 -
CMYK 0.84 0.73 0 0.50
HSL 231.67º 0.73% 0.29% -
HSV(B) 231.67º 0.84% 0.5% -
XYZ 4.79 2.91 20.73 -
YUV 41.12 177.03 112.94 -
System Red Green Blue C M Y K H S L
Decimal 20 35 128 0.84 0.73 0 0.50 231.67 0.73 0.29
Hex 14 23 80 54 49 0 32 E8 49 1D
Octal 24 43 200 124 111 0 62 350 111 35
Binary 10100 100011 10000000 1010100 1001001 0 110010 11101000 1001001 11101

Color Harmonies of #142380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142380

Black with #142380

Text Example


Text Example

White with #142380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142380; }

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

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

background-color css

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

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

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

border-color css

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

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

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