Html Css Color HEX #141256 Midnight Blue

📋 copy color: '#141256'

red 20 ◦ green 18 ◦ blue 86

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

Shades of Midnight Blue #141256

Tints of Midnight Blue #141256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 69.35%

R = 16.13%
G = 14.52%
B = 69.35%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#141256 (or 0x141256) is known color: Midnight Blue. HEX triplet: 14, 12 and 56. RGB value is (20,18,86). Sum of RGB (Red+Green+Blue) = 20+18+86=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 86 (33.98% from 255 or 69.35% from 124); Max value from RGB is 86 - color contains mainly: blue. Hex color #141256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141256 is #EBEDA9. Grayscale: #1A1A1A. Windows color (decimal): -15461802 or 5640724. OLE color: 5640724.

HSL color Cylindrical-coordinate representation of color #141256: hue angle of 241.76º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141256 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 18 86 -
CMYK 0.77 0.79 0 0.66
HSL 241.76º 0.65% 0.2% -
HSV(B) 241.76º 0.79% 0.34% -
XYZ 2.18 1.25 8.93 -
YUV 26.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 20 18 86 0.77 0.79 0 0.66 241.76 0.65 0.2
Hex 14 12 56 4D 4F 0 42 F2 41 14
Octal 24 22 126 115 117 0 102 362 101 24
Binary 10100 10010 1010110 1001101 1001111 0 1000010 11110010 1000001 10100

Color Harmonies of #141256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141256

Black with #141256

Text Example


Text Example

White with #141256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141256; }

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

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

background-color css

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

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

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

border-color css

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

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

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