Html Css Color HEX #142079 Midnight Blue

📋 copy color: '#142079'

red 20 ◦ green 32 ◦ blue 121

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

Shades of Midnight Blue #142079

Tints of Midnight Blue #142079

RGB

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

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

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

R = 11.56%
G = 18.5%
B = 69.94%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142079 (or 0x142079) is known color: Midnight Blue. HEX triplet: 14, 20 and 79. RGB value is (20,32,121). Sum of RGB (Red+Green+Blue) = 20+32+121=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #142079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142079 is #EBDF86. Grayscale: #262626. Windows color (decimal): -15458183 or 7938068. OLE color: 7938068.

HSL color Cylindrical-coordinate representation of color #142079: hue angle of 232.87º 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 #142079 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 32 121 -
CMYK 0.83 0.74 0 0.53
HSL 232.87º 0.72% 0.28% -
HSV(B) 232.87º 0.83% 0.47% -
XYZ 4.26 2.56 18.36 -
YUV 38.56 174.52 114.76 -
System Red Green Blue C M Y K H S L
Decimal 20 32 121 0.83 0.74 0 0.53 232.87 0.72 0.28
Hex 14 20 79 53 4A 0 35 E9 48 1C
Octal 24 40 171 123 112 0 65 351 110 34
Binary 10100 100000 1111001 1010011 1001010 0 110101 11101001 1001000 11100

Color Harmonies of #142079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142079

Black with #142079

Text Example


Text Example

White with #142079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142079; }

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

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

background-color css

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

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

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

border-color css

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

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

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