Html Css Color HEX #142081 Midnight Blue

📋 copy color: '#142081'

red 20 ◦ green 32 ◦ blue 129

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

Shades of Midnight Blue #142081

Tints of Midnight Blue #142081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.68%

 BLUE value IS 129 (50.78% from 255) = 71.27%

R = 11.05%
G = 17.68%
B = 71.27%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#142081 (or 0x142081) is known color: Midnight Blue. HEX triplet: 14, 20 and 81. RGB value is (20,32,129). Sum of RGB (Red+Green+Blue) = 20+32+129=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 129 (50.78% from 255 or 71.27% from 181); Max value from RGB is 129 - color contains mainly: blue. Hex color #142081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142081 is #EBDF7E. Grayscale: #272727. Windows color (decimal): -15458175 or 8462356. OLE color: 8462356.

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

Color convert

RGB 20 32 129 -
CMYK 0.84 0.75 0 0.49
HSL 233.39º 0.73% 0.29% -
HSV(B) 233.39º 0.84% 0.51% -
XYZ 4.77 2.77 21.05 -
YUV 39.47 178.52 114.11 -
System Red Green Blue C M Y K H S L
Decimal 20 32 129 0.84 0.75 0 0.49 233.39 0.73 0.29
Hex 14 20 81 54 4B 0 31 E9 49 1D
Octal 24 40 201 124 113 0 61 351 111 35
Binary 10100 100000 10000001 1010100 1001011 0 110001 11101001 1001001 11101

Color Harmonies of #142081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142081

Black with #142081

Text Example


Text Example

White with #142081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142081; }

 p { color: rgb(20,32,129); }

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

background-color css

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

 a { background-color: rgb(20,32,129); }

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

border-color css

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

 span { border-color: rgb(20,32,129); }

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