Html Css Color HEX #131779 Midnight Blue

📋 copy color: '#131779'

red 19 ◦ green 23 ◦ blue 121

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

Shades of Midnight Blue #131779

Tints of Midnight Blue #131779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 74.23%

R = 11.66%
G = 14.11%
B = 74.23%

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

#131779 (or 0x131779) is known color: Midnight Blue. HEX triplet: 13, 17 and 79. RGB value is (19,23,121). Sum of RGB (Red+Green+Blue) = 19+23+121=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #131779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131779 is #ECE886. Grayscale: #202020. Windows color (decimal): -15526023 or 7935763. OLE color: 7935763.

HSL color Cylindrical-coordinate representation of color #131779: hue angle of 237.65º degrees, saturation: 0.73, 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 #131779 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 23 121 -
CMYK 0.84 0.81 0 0.53
HSL 237.65º 0.73% 0.27% -
HSV(B) 237.65º 0.84% 0.47% -
XYZ 4.03 2.13 18.29 -
YUV 32.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 19 23 121 0.84 0.81 0 0.53 237.65 0.73 0.27
Hex 13 17 79 54 51 0 35 EE 49 1B
Octal 23 27 171 124 121 0 65 356 111 33
Binary 10011 10111 1111001 1010100 1010001 0 110101 11101110 1001001 11011

Color Harmonies of #131779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131779

Black with #131779

Text Example


Text Example

White with #131779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131779; }

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

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

background-color css

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

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

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

border-color css

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

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

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