Html Css Color HEX #131679 Midnight Blue

📋 copy color: '#131679'

red 19 ◦ green 22 ◦ blue 121

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

Shades of Midnight Blue #131679

Tints of Midnight Blue #131679

RGB

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

 GREEN value IS 22 (8.98% from 255) = 13.58%

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

R = 11.73%
G = 13.58%
B = 74.69%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131679 (or 0x131679) is known color: Midnight Blue. HEX triplet: 13, 16 and 79. RGB value is (19,22,121). Sum of RGB (Red+Green+Blue) = 19+22+121=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #131679 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131679 is #ECE986. Grayscale: #1F1F1F. Windows color (decimal): -15526279 or 7935507. OLE color: 7935507.

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

Color convert

RGB 19 22 121 -
CMYK 0.84 0.82 0 0.53
HSL 238.24º 0.73% 0.27% -
HSV(B) 238.24º 0.84% 0.47% -
XYZ 4.01 2.09 18.28 -
YUV 32.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 19 22 121 0.84 0.82 0 0.53 238.24 0.73 0.27
Hex 13 16 79 54 52 0 35 EE 49 1B
Octal 23 26 171 124 122 0 65 356 111 33
Binary 10011 10110 1111001 1010100 1010010 0 110101 11101110 1001001 11011

Color Harmonies of #131679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131679

Black with #131679

Text Example


Text Example

White with #131679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131679; }

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

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

background-color css

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

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

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

border-color css

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

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

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