Html Css Color HEX #131F83 Midnight Blue

📋 copy color: '#131F83'

red 19 ◦ green 31 ◦ blue 131

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

Shades of Midnight Blue #131F83

Tints of Midnight Blue #131F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 72.38%

R = 10.5%
G = 17.13%
B = 72.38%

CMYK

 C value IS 0.85

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#131F83 (or 0x131F83) is known color: Midnight Blue. HEX triplet: 13, 1F and 83. RGB value is (19,31,131). Sum of RGB (Red+Green+Blue) = 19+31+131=181 (23% of max value = 765). Red value is 19 (7.81% from 255 or 10.50% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 131 (51.56% from 255 or 72.38% from 181); Max value from RGB is 131 - color contains mainly: blue. Hex color #131F83 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F83 is #ECE07C. Grayscale: #262626. Windows color (decimal): -15523965 or 8593171. OLE color: 8593171.

HSL color Cylindrical-coordinate representation of color #131F83: hue angle of 233.57º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131F83 is Cyan = 0.85, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 19 31 131 -
CMYK 0.85 0.76 0 0.49
HSL 233.57º 0.75% 0.29% -
HSV(B) 233.57º 0.85% 0.51% -
XYZ 4.86 2.76 21.75 -
YUV 38.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 19 31 131 0.85 0.76 0 0.49 233.57 0.75 0.29
Hex 13 1F 83 55 4C 0 31 EA 4B 1D
Octal 23 37 203 125 114 0 61 352 113 35
Binary 10011 11111 10000011 1010101 1001100 0 110001 11101010 1001011 11101

Color Harmonies of #131F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F83

Black with #131F83

Text Example


Text Example

White with #131F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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