Html Css Color HEX #131874 Midnight Blue

📋 copy color: '#131874'

red 19 ◦ green 24 ◦ blue 116

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

Shades of Midnight Blue #131874

Tints of Midnight Blue #131874

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.09%

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

R = 11.95%
G = 15.09%
B = 72.96%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131874 (or 0x131874) is known color: Midnight Blue. HEX triplet: 13, 18 and 74. RGB value is (19,24,116). Sum of RGB (Red+Green+Blue) = 19+24+116=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #131874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131874 is #ECE78B. Grayscale: #202020. Windows color (decimal): -15525772 or 7608339. OLE color: 7608339.

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

Color convert

RGB 19 24 116 -
CMYK 0.84 0.79 0 0.55
HSL 236.91º 0.72% 0.26% -
HSV(B) 236.91º 0.84% 0.45% -
XYZ 3.75 2.05 16.72 -
YUV 32.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 19 24 116 0.84 0.79 0 0.55 236.91 0.72 0.26
Hex 13 18 74 54 4F 0 37 ED 48 1A
Octal 23 30 164 124 117 0 67 355 110 32
Binary 10011 11000 1110100 1010100 1001111 0 110111 11101101 1001000 11010

Color Harmonies of #131874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131874

Black with #131874

Text Example


Text Example

White with #131874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131874; }

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

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

background-color css

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

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

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

border-color css

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

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

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