Html Css Color HEX #142377 Midnight Blue

📋 copy color: '#142377'

red 20 ◦ green 35 ◦ blue 119

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

Shades of Midnight Blue #142377

Tints of Midnight Blue #142377

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.11%

 BLUE value IS 119 (46.88% from 255) = 68.39%

R = 11.49%
G = 20.11%
B = 68.39%

CMYK

 C value IS 0.83

 M value IS 0.71

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142377 (or 0x142377) is known color: Midnight Blue. HEX triplet: 14, 23 and 77. RGB value is (20,35,119). Sum of RGB (Red+Green+Blue) = 20+35+119=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 35 (14.06% from 255 or 20.11% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #142377 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142377 is #EBDC88. Grayscale: #272727. Windows color (decimal): -15457417 or 7807764. OLE color: 7807764.

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

Color convert

RGB 20 35 119 -
CMYK 0.83 0.71 0 0.53
HSL 230.91º 0.71% 0.27% -
HSV(B) 230.91º 0.83% 0.47% -
XYZ 4.22 2.68 17.75 -
YUV 40.09 172.53 113.67 -
System Red Green Blue C M Y K H S L
Decimal 20 35 119 0.83 0.71 0 0.53 230.91 0.71 0.27
Hex 14 23 77 53 47 0 35 E7 47 1B
Octal 24 43 167 123 107 0 65 347 107 33
Binary 10100 100011 1110111 1010011 1000111 0 110101 11100111 1000111 11011

Color Harmonies of #142377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142377

Black with #142377

Text Example


Text Example

White with #142377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142377; }

 p { color: rgb(20,35,119); }

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

background-color css

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

 a { background-color: rgb(20,35,119); }

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

border-color css

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

 span { border-color: rgb(20,35,119); }

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