Html Css Color HEX #141276 Midnight Blue

📋 copy color: '#141276'

red 20 ◦ green 18 ◦ blue 118

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

Shades of Midnight Blue #141276

Tints of Midnight Blue #141276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 75.64%

R = 12.82%
G = 11.54%
B = 75.64%

CMYK

 C value IS 0.83

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141276 (or 0x141276) is known color: Midnight Blue. HEX triplet: 14, 12 and 76. RGB value is (20,18,118). Sum of RGB (Red+Green+Blue) = 20+18+118=156 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.82% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #141276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141276 is #EBED89. Grayscale: #1D1D1D. Windows color (decimal): -15461770 or 7737876. OLE color: 7737876.

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

Color convert

RGB 20 18 118 -
CMYK 0.83 0.85 0 0.54
HSL 241.2º 0.74% 0.27% -
HSV(B) 241.2º 0.85% 0.46% -
XYZ 3.77 1.89 17.31 -
YUV 30 177.66 120.87 -
System Red Green Blue C M Y K H S L
Decimal 20 18 118 0.83 0.85 0 0.54 241.2 0.74 0.27
Hex 14 12 76 53 55 0 36 F1 4A 1B
Octal 24 22 166 123 125 0 66 361 112 33
Binary 10100 10010 1110110 1010011 1010101 0 110110 11110001 1001010 11011

Color Harmonies of #141276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141276

Black with #141276

Text Example


Text Example

White with #141276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141276; }

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

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

background-color css

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

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

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

border-color css

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

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

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