Html Css Color HEX #131379 Midnight Blue

📋 copy color: '#131379'

red 19 ◦ green 19 ◦ blue 121

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

Shades of Midnight Blue #131379

Tints of Midnight Blue #131379

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.95%

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

R = 11.95%
G = 11.95%
B = 76.1%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131379 (or 0x131379) is known color: Midnight Blue. HEX triplet: 13, 13 and 79. RGB value is (19,19,121). Sum of RGB (Red+Green+Blue) = 19+19+121=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 19 (7.81% from 255 or 11.95% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #131379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131379 is #ECEC86. Grayscale: #1E1E1E. Windows color (decimal): -15527047 or 7934739. OLE color: 7934739.

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

Color convert

RGB 19 19 121 -
CMYK 0.84 0.84 0 0.53
HSL 240º 0.73% 0.27% -
HSV(B) 240º 0.84% 0.47% -
XYZ 3.95 1.98 18.26 -
YUV 30.63 179 119.71 -
System Red Green Blue C M Y K H S L
Decimal 19 19 121 0.84 0.84 0 0.53 240 0.73 0.27
Hex 13 13 79 54 54 0 35 F0 49 1B
Octal 23 23 171 124 124 0 65 360 111 33
Binary 10011 10011 1111001 1010100 1010100 0 110101 11110000 1001001 11011

Color Harmonies of #131379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131379

Black with #131379

Text Example


Text Example

White with #131379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131379; }

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

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

background-color css

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

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

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

border-color css

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

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

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