Html Css Color HEX #141277 Midnight Blue

📋 copy color: '#141277'

red 20 ◦ green 18 ◦ blue 119

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

Shades of Midnight Blue #141277

Tints of Midnight Blue #141277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.46%

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

R = 12.74%
G = 11.46%
B = 75.8%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#141277 (or 0x141277) is known color: Midnight Blue. HEX triplet: 14, 12 and 77. RGB value is (20,18,119). Sum of RGB (Red+Green+Blue) = 20+18+119=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 119 (46.88% from 255 or 75.80% from 157); Max value from RGB is 119 - color contains mainly: blue. Hex color #141277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141277 is #EBED88. Grayscale: #1D1D1D. Windows color (decimal): -15461769 or 7803412. OLE color: 7803412.

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

Color convert

RGB 20 18 119 -
CMYK 0.83 0.85 0 0.53
HSL 241.19º 0.74% 0.27% -
HSV(B) 241.19º 0.85% 0.47% -
XYZ 3.83 1.91 17.62 -
YUV 30.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 20 18 119 0.83 0.85 0 0.53 241.19 0.74 0.27
Hex 14 12 77 53 55 0 35 F1 4A 1B
Octal 24 22 167 123 125 0 65 361 112 33
Binary 10100 10010 1110111 1010011 1010101 0 110101 11110001 1001010 11011

Color Harmonies of #141277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141277

Black with #141277

Text Example


Text Example

White with #141277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141277; }

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

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

background-color css

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

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

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

border-color css

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

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

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