Html Css Color HEX #141477 Midnight Blue

📋 copy color: '#141477'

red 20 ◦ green 20 ◦ blue 119

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

Shades of Midnight Blue #141477

Tints of Midnight Blue #141477

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.58%

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

R = 12.58%
G = 12.58%
B = 74.84%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#141477 (or 0x141477) is known color: Midnight Blue. HEX triplet: 14, 14 and 77. RGB value is (20,20,119). Sum of RGB (Red+Green+Blue) = 20+20+119=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 20 (8.20% from 255 or 12.58% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #141477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141477 is #EBEB88. Grayscale: #1E1E1E. Windows color (decimal): -15461257 or 7803924. OLE color: 7803924.

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

Color convert

RGB 20 20 119 -
CMYK 0.83 0.83 0 0.53
HSL 240º 0.71% 0.27% -
HSV(B) 240º 0.83% 0.47% -
XYZ 3.87 1.98 17.63 -
YUV 31.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 20 20 119 0.83 0.83 0 0.53 240 0.71 0.27
Hex 14 14 77 53 53 0 35 F0 47 1B
Octal 24 24 167 123 123 0 65 360 107 33
Binary 10100 10100 1110111 1010011 1010011 0 110101 11110000 1000111 11011

Color Harmonies of #141477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141477

Black with #141477

Text Example


Text Example

White with #141477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141477; }

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

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

background-color css

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

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

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

border-color css

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

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

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