Html Css Color HEX #131D60 Midnight Blue

📋 copy color: '#131D60'

red 19 ◦ green 29 ◦ blue 96

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

Shades of Midnight Blue #131D60

Tints of Midnight Blue #131D60

RGB

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

 GREEN value IS 29 (11.72% from 255) = 20.14%

 BLUE value IS 96 (37.89% from 255) = 66.67%

R = 13.19%
G = 20.14%
B = 66.67%

CMYK

 C value IS 0.80

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131D60 (or 0x131D60) is known color: Midnight Blue. HEX triplet: 13, 1D and 60. RGB value is (19,29,96). Sum of RGB (Red+Green+Blue) = 19+29+96=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 29 (11.72% from 255 or 20.14% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #131D60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D60 is #ECE29F. Grayscale: #212121. Windows color (decimal): -15524512 or 6298899. OLE color: 6298899.

HSL color Cylindrical-coordinate representation of color #131D60: hue angle of 232.21º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #131D60 is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 29 96 -
CMYK 0.80 0.70 0 0.62
HSL 232.21º 0.67% 0.23% -
HSV(B) 232.21º 0.8% 0.38% -
XYZ 2.82 1.86 11.28 -
YUV 33.65 163.19 117.55 -
System Red Green Blue C M Y K H S L
Decimal 19 29 96 0.80 0.70 0 0.62 232.21 0.67 0.23
Hex 13 1D 60 50 46 0 3E E8 43 17
Octal 23 35 140 120 106 0 76 350 103 27
Binary 10011 11101 1100000 1010000 1000110 0 111110 11101000 1000011 10111

Color Harmonies of #131D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D60

Black with #131D60

Text Example


Text Example

White with #131D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,29,96); }

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

background-color css

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

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

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

border-color css

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

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

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