Html Css Color HEX #142779 Midnight Blue

📋 copy color: '#142779'

red 20 ◦ green 39 ◦ blue 121

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

Shades of Midnight Blue #142779

Tints of Midnight Blue #142779

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.67%

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

R = 11.11%
G = 21.67%
B = 67.22%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142779 (or 0x142779) is known color: Midnight Blue. HEX triplet: 14, 27 and 79. RGB value is (20,39,121). Sum of RGB (Red+Green+Blue) = 20+39+121=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 39 (15.62% from 255 or 21.67% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #142779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142779 is #EBD886. Grayscale: #2A2A2A. Windows color (decimal): -15456391 or 7939860. OLE color: 7939860.

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

Color convert

RGB 20 39 121 -
CMYK 0.83 0.68 0 0.53
HSL 228.71º 0.72% 0.28% -
HSV(B) 228.71º 0.83% 0.47% -
XYZ 4.47 2.98 18.43 -
YUV 42.67 172.21 111.83 -
System Red Green Blue C M Y K H S L
Decimal 20 39 121 0.83 0.68 0 0.53 228.71 0.72 0.28
Hex 14 27 79 53 44 0 35 E5 48 1C
Octal 24 47 171 123 104 0 65 345 110 34
Binary 10100 100111 1111001 1010011 1000100 0 110101 11100101 1001000 11100

Color Harmonies of #142779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142779

Black with #142779

Text Example


Text Example

White with #142779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142779; }

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

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

background-color css

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

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

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

border-color css

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

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

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