Html Css Color HEX #142677 Midnight Blue

📋 copy color: '#142677'

red 20 ◦ green 38 ◦ blue 119

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

Shades of Midnight Blue #142677

Tints of Midnight Blue #142677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.47%

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

R = 11.3%
G = 21.47%
B = 67.23%

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

#142677 (or 0x142677) is known color: Midnight Blue. HEX triplet: 14, 26 and 77. RGB value is (20,38,119). Sum of RGB (Red+Green+Blue) = 20+38+119=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 38 (15.23% from 255 or 21.47% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #142677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142677 is #EBD988. Grayscale: #292929. Windows color (decimal): -15456649 or 7808532. OLE color: 7808532.

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

Color convert

RGB 20 38 119 -
CMYK 0.83 0.68 0 0.53
HSL 229.09º 0.71% 0.27% -
HSV(B) 229.09º 0.83% 0.47% -
XYZ 4.31 2.87 17.78 -
YUV 41.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 20 38 119 0.83 0.68 0 0.53 229.09 0.71 0.27
Hex 14 26 77 53 44 0 35 E5 47 1B
Octal 24 46 167 123 104 0 65 345 107 33
Binary 10100 100110 1110111 1010011 1000100 0 110101 11100101 1000111 11011

Color Harmonies of #142677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142677

Black with #142677

Text Example


Text Example

White with #142677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142677; }

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

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

background-color css

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

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

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

border-color css

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

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

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