Html Css Color HEX #131770 Midnight Blue

📋 copy color: '#131770'

red 19 ◦ green 23 ◦ blue 112

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

Shades of Midnight Blue #131770

Tints of Midnight Blue #131770

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.94%

 BLUE value IS 112 (44.14% from 255) = 72.73%

R = 12.34%
G = 14.94%
B = 72.73%

CMYK

 C value IS 0.83

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#131770 (or 0x131770) is known color: Midnight Blue. HEX triplet: 13, 17 and 70. RGB value is (19,23,112). Sum of RGB (Red+Green+Blue) = 19+23+112=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 112 (44.14% from 255 or 72.73% from 154); Max value from RGB is 112 - color contains mainly: blue. Hex color #131770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131770 is #ECE88F. Grayscale: #1F1F1F. Windows color (decimal): -15526032 or 7345939. OLE color: 7345939.

HSL color Cylindrical-coordinate representation of color #131770: hue angle of 237.42º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131770 is Cyan = 0.83, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 19 23 112 -
CMYK 0.83 0.79 0 0.56
HSL 237.42º 0.71% 0.26% -
HSV(B) 237.42º 0.83% 0.44% -
XYZ 3.5 1.92 15.52 -
YUV 31.95 173.17 118.76 -
System Red Green Blue C M Y K H S L
Decimal 19 23 112 0.83 0.79 0 0.56 237.42 0.71 0.26
Hex 13 17 70 53 4F 0 38 ED 47 1A
Octal 23 27 160 123 117 0 70 355 107 32
Binary 10011 10111 1110000 1010011 1001111 0 111000 11101101 1000111 11010

Color Harmonies of #131770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131770

Black with #131770

Text Example


Text Example

White with #131770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131770; }

 p { color: rgb(19,23,112); }

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

background-color css

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

 a { background-color: rgb(19,23,112); }

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

border-color css

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

 span { border-color: rgb(19,23,112); }

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