Html Css Color HEX #131F73 Midnight Blue

📋 copy color: '#131F73'

red 19 ◦ green 31 ◦ blue 115

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

Shades of Midnight Blue #131F73

Tints of Midnight Blue #131F73

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

 BLUE value IS 115 (45.31% from 255) = 69.7%

R = 11.52%
G = 18.79%
B = 69.7%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131F73 (or 0x131F73) is known color: Midnight Blue. HEX triplet: 13, 1F and 73. RGB value is (19,31,115). Sum of RGB (Red+Green+Blue) = 19+31+115=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 115 (45.31% from 255 or 69.70% from 165); Max value from RGB is 115 - color contains mainly: blue. Hex color #131F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F73 is #ECE08C. Grayscale: #242424. Windows color (decimal): -15523981 or 7544595. OLE color: 7544595.

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

Color convert

RGB 19 31 115 -
CMYK 0.83 0.73 0 0.55
HSL 232.5º 0.72% 0.26% -
HSV(B) 232.5º 0.83% 0.45% -
XYZ 3.85 2.36 16.47 -
YUV 36.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 19 31 115 0.83 0.73 0 0.55 232.5 0.72 0.26
Hex 13 1F 73 53 49 0 37 E8 48 1A
Octal 23 37 163 123 111 0 67 350 110 32
Binary 10011 11111 1110011 1010011 1001001 0 110111 11101000 1001000 11010

Color Harmonies of #131F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F73

Black with #131F73

Text Example


Text Example

White with #131F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131F73; }

 p { color: rgb(19,31,115); }

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

background-color css

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

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

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

border-color css

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

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

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