Html Css Color HEX #131777 Midnight Blue

📋 copy color: '#131777'

red 19 ◦ green 23 ◦ blue 119

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

Shades of Midnight Blue #131777

Tints of Midnight Blue #131777

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 73.91%

R = 11.8%
G = 14.29%
B = 73.91%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131777 (or 0x131777) is known color: Midnight Blue. HEX triplet: 13, 17 and 77. RGB value is (19,23,119). Sum of RGB (Red+Green+Blue) = 19+23+119=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 119 (46.88% from 255 or 73.91% from 161); Max value from RGB is 119 - color contains mainly: blue. Hex color #131777 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131777 is #ECE888. Grayscale: #202020. Windows color (decimal): -15526025 or 7804691. OLE color: 7804691.

HSL color Cylindrical-coordinate representation of color #131777: hue angle of 237.6º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131777 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 23 119 -
CMYK 0.84 0.81 0 0.53
HSL 237.6º 0.72% 0.27% -
HSV(B) 237.6º 0.84% 0.47% -
XYZ 3.9 2.08 17.65 -
YUV 32.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 19 23 119 0.84 0.81 0 0.53 237.6 0.72 0.27
Hex 13 17 77 54 51 0 35 EE 48 1B
Octal 23 27 167 124 121 0 65 356 110 33
Binary 10011 10111 1110111 1010100 1010001 0 110101 11101110 1001000 11011

Color Harmonies of #131777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131777

Black with #131777

Text Example


Text Example

White with #131777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131777; }

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

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

background-color css

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

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

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

border-color css

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

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

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