Html Css Color HEX #131374 Midnight Blue

📋 copy color: '#131374'

red 19 ◦ green 19 ◦ blue 116

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

Shades of Midnight Blue #131374

Tints of Midnight Blue #131374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 75.32%

R = 12.34%
G = 12.34%
B = 75.32%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131374 (or 0x131374) is known color: Midnight Blue. HEX triplet: 13, 13 and 74. RGB value is (19,19,116). Sum of RGB (Red+Green+Blue) = 19+19+116=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #131374 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131374 is #ECEC8B. Grayscale: #1D1D1D. Windows color (decimal): -15527052 or 7607059. OLE color: 7607059.

HSL color Cylindrical-coordinate representation of color #131374: hue angle of 240º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131374 is Cyan = 0.84, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 19 116 -
CMYK 0.84 0.84 0 0.55
HSL 240º 0.72% 0.26% -
HSV(B) 240º 0.84% 0.45% -
XYZ 3.65 1.87 16.69 -
YUV 30.06 176.5 120.11 -
System Red Green Blue C M Y K H S L
Decimal 19 19 116 0.84 0.84 0 0.55 240 0.72 0.26
Hex 13 13 74 54 54 0 37 F0 48 1A
Octal 23 23 164 124 124 0 67 360 110 32
Binary 10011 10011 1110100 1010100 1010100 0 110111 11110000 1001000 11010

Color Harmonies of #131374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131374

Black with #131374

Text Example


Text Example

White with #131374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131374; }

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

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

background-color css

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

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

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

border-color css

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

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

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