Html Css Color HEX #142484 Midnight Blue

📋 copy color: '#142484'

red 20 ◦ green 36 ◦ blue 132

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

Shades of Midnight Blue #142484

Tints of Midnight Blue #142484

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 132 (51.95% from 255) = 70.21%

R = 10.64%
G = 19.15%
B = 70.21%

CMYK

 C value IS 0.85

 M value IS 0.73

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142484 (or 0x142484) is known color: Midnight Blue. HEX triplet: 14, 24 and 84. RGB value is (20,36,132). Sum of RGB (Red+Green+Blue) = 20+36+132=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #142484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142484 is #EBDB7B. Grayscale: #292929. Windows color (decimal): -15457148 or 8659988. OLE color: 8659988.

HSL color Cylindrical-coordinate representation of color #142484: hue angle of 231.43º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #142484 is Cyan = 0.85, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 36 132 -
CMYK 0.85 0.73 0 0.48
HSL 231.43º 0.74% 0.3% -
HSV(B) 231.43º 0.85% 0.52% -
XYZ 5.08 3.08 22.16 -
YUV 42.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 20 36 132 0.85 0.73 0 0.48 231.43 0.74 0.3
Hex 14 24 84 55 49 0 30 E7 4A 1E
Octal 24 44 204 125 111 0 60 347 112 36
Binary 10100 100100 10000100 1010101 1001001 0 110000 11100111 1001010 11110

Color Harmonies of #142484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142484

Black with #142484

Text Example


Text Example

White with #142484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142484; }

 p { color: rgb(20,36,132); }

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

background-color css

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

 a { background-color: rgb(20,36,132); }

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

border-color css

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

 span { border-color: rgb(20,36,132); }

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