Html Css Color HEX #142579 Midnight Blue

📋 copy color: '#142579'

red 20 ◦ green 37 ◦ blue 121

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

Shades of Midnight Blue #142579

Tints of Midnight Blue #142579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.79%

 BLUE value IS 121 (47.66% from 255) = 67.98%

R = 11.24%
G = 20.79%
B = 67.98%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142579 (or 0x142579) is known color: Midnight Blue. HEX triplet: 14, 25 and 79. RGB value is (20,37,121). Sum of RGB (Red+Green+Blue) = 20+37+121=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 121 (47.66% from 255 or 67.98% from 178); Max value from RGB is 121 - color contains mainly: blue. Hex color #142579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142579 is #EBDA86. Grayscale: #292929. Windows color (decimal): -15456903 or 7939348. OLE color: 7939348.

HSL color Cylindrical-coordinate representation of color #142579: hue angle of 229.9º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142579 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 37 121 -
CMYK 0.83 0.69 0 0.53
HSL 229.9º 0.72% 0.28% -
HSV(B) 229.9º 0.83% 0.47% -
XYZ 4.4 2.85 18.41 -
YUV 41.49 172.87 112.67 -
System Red Green Blue C M Y K H S L
Decimal 20 37 121 0.83 0.69 0 0.53 229.9 0.72 0.28
Hex 14 25 79 53 45 0 35 E6 48 1C
Octal 24 45 171 123 105 0 65 346 110 34
Binary 10100 100101 1111001 1010011 1000101 0 110101 11100110 1001000 11100

Color Harmonies of #142579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142579

Black with #142579

Text Example


Text Example

White with #142579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142579; }

 p { color: rgb(20,37,121); }

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

background-color css

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

 a { background-color: rgb(20,37,121); }

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

border-color css

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

 span { border-color: rgb(20,37,121); }

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