Html Css Color HEX #142184 Midnight Blue

📋 copy color: '#142184'

red 20 ◦ green 33 ◦ blue 132

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

Shades of Midnight Blue #142184

Tints of Midnight Blue #142184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.84%

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

R = 10.81%
G = 17.84%
B = 71.35%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#142184 (or 0x142184) is known color: Midnight Blue. HEX triplet: 14, 21 and 84. RGB value is (20,33,132). Sum of RGB (Red+Green+Blue) = 20+33+132=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 132 (51.95% from 255 or 71.35% from 185); Max value from RGB is 132 - color contains mainly: blue. Hex color #142184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142184 is #EBDE7B. Grayscale: #272727. Windows color (decimal): -15457916 or 8659220. OLE color: 8659220.

HSL color Cylindrical-coordinate representation of color #142184: hue angle of 233.04º 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 #142184 is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 20 33 132 -
CMYK 0.85 0.75 0 0.48
HSL 233.04º 0.74% 0.3% -
HSV(B) 233.04º 0.85% 0.52% -
XYZ 5 2.9 22.13 -
YUV 40.4 179.69 113.45 -
System Red Green Blue C M Y K H S L
Decimal 20 33 132 0.85 0.75 0 0.48 233.04 0.74 0.3
Hex 14 21 84 55 4B 0 30 E9 4A 1E
Octal 24 41 204 125 113 0 60 351 112 36
Binary 10100 100001 10000100 1010101 1001011 0 110000 11101001 1001010 11110

Color Harmonies of #142184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142184

Black with #142184

Text Example


Text Example

White with #142184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142184; }

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

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

background-color css

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

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

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

border-color css

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

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

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