Html Css Color HEX #131256 Midnight Blue

📋 copy color: '#131256'

red 19 ◦ green 18 ◦ blue 86

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

Shades of Midnight Blue #131256

Tints of Midnight Blue #131256

RGB

 RED value IS 19 (7.81% from 255) = 15.45%

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

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

R = 15.45%
G = 14.63%
B = 69.92%

CMYK

 C value IS 0.78

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#131256 (or 0x131256) is known color: Midnight Blue. HEX triplet: 13, 12 and 56. RGB value is (19,18,86). Sum of RGB (Red+Green+Blue) = 19+18+86=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 18 (7.42% from 255 or 14.63% from 123); Blue value is 86 (33.98% from 255 or 69.92% from 123); Max value from RGB is 86 - color contains mainly: blue. Hex color #131256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131256 is #ECEDA9. Grayscale: #191919. Windows color (decimal): -15527338 or 5640723. OLE color: 5640723.

HSL color Cylindrical-coordinate representation of color #131256: hue angle of 240.88º 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 #131256 is Cyan = 0.78, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 19 18 86 -
CMYK 0.78 0.79 0 0.66
HSL 240.88º 0.65% 0.2% -
HSV(B) 240.88º 0.79% 0.34% -
XYZ 2.16 1.24 8.93 -
YUV 26.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 19 18 86 0.78 0.79 0 0.66 240.88 0.65 0.2
Hex 13 12 56 4E 4F 0 42 F1 41 14
Octal 23 22 126 116 117 0 102 361 101 24
Binary 10011 10010 1010110 1001110 1001111 0 1000010 11110001 1000001 10100

Color Harmonies of #131256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131256

Black with #131256

Text Example


Text Example

White with #131256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131256; }

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

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

background-color css

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

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

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

border-color css

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

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

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