Html Css Color HEX #131257 Midnight Blue

📋 copy color: '#131257'

red 19 ◦ green 18 ◦ blue 87

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

Shades of Midnight Blue #131257

Tints of Midnight Blue #131257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 70.16%

R = 15.32%
G = 14.52%
B = 70.16%

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

#131257 (or 0x131257) is known color: Midnight Blue. HEX triplet: 13, 12 and 57. RGB value is (19,18,87). Sum of RGB (Red+Green+Blue) = 19+18+87=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 87 (34.38% from 255 or 70.16% from 124); Max value from RGB is 87 - color contains mainly: blue. Hex color #131257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131257 is #ECEDA8. Grayscale: #191919. Windows color (decimal): -15527337 or 5706259. OLE color: 5706259.

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

Color convert

RGB 19 18 87 -
CMYK 0.78 0.79 0 0.66
HSL 240.87º 0.66% 0.21% -
HSV(B) 240.87º 0.79% 0.34% -
XYZ 2.21 1.26 9.14 -
YUV 26.17 162.33 122.89 -
System Red Green Blue C M Y K H S L
Decimal 19 18 87 0.78 0.79 0 0.66 240.87 0.66 0.21
Hex 13 12 57 4E 4F 0 42 F1 42 15
Octal 23 22 127 116 117 0 102 361 102 25
Binary 10011 10010 1010111 1001110 1001111 0 1000010 11110001 1000010 10101

Color Harmonies of #131257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131257

Black with #131257

Text Example


Text Example

White with #131257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131257; }

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

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

background-color css

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

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

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

border-color css

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

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

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