Html Css Color HEX #141777 Midnight Blue

📋 copy color: '#141777'

red 20 ◦ green 23 ◦ blue 119

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

Shades of Midnight Blue #141777

Tints of Midnight Blue #141777

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

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

R = 12.35%
G = 14.2%
B = 73.46%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#141777 (or 0x141777) is known color: Midnight Blue. HEX triplet: 14, 17 and 77. RGB value is (20,23,119). Sum of RGB (Red+Green+Blue) = 20+23+119=162 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.35% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #141777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141777 is #EBE888. Grayscale: #202020. Windows color (decimal): -15460489 or 7804692. OLE color: 7804692.

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

Color convert

RGB 20 23 119 -
CMYK 0.83 0.81 0 0.53
HSL 238.18º 0.71% 0.27% -
HSV(B) 238.18º 0.83% 0.47% -
XYZ 3.92 2.09 17.65 -
YUV 33.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 20 23 119 0.83 0.81 0 0.53 238.18 0.71 0.27
Hex 14 17 77 53 51 0 35 EE 47 1B
Octal 24 27 167 123 121 0 65 356 107 33
Binary 10100 10111 1110111 1010011 1010001 0 110101 11101110 1000111 11011

Color Harmonies of #141777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141777

Black with #141777

Text Example


Text Example

White with #141777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141777; }

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

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

background-color css

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

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

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

border-color css

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

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

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