Html Css Color HEX #131D62 Midnight Blue

📋 copy color: '#131D62'

red 19 ◦ green 29 ◦ blue 98

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

Shades of Midnight Blue #131D62

Tints of Midnight Blue #131D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 67.12%

R = 13.01%
G = 19.86%
B = 67.12%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#131D62 (or 0x131D62) is known color: Midnight Blue. HEX triplet: 13, 1D and 62. RGB value is (19,29,98). Sum of RGB (Red+Green+Blue) = 19+29+98=146 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.01% from 146); Green value is 29 (11.72% from 255 or 19.86% from 146); Blue value is 98 (38.67% from 255 or 67.12% from 146); Max value from RGB is 98 - color contains mainly: blue. Hex color #131D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D62 is #ECE29D. Grayscale: #212121. Windows color (decimal): -15524510 or 6429971. OLE color: 6429971.

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

Color convert

RGB 19 29 98 -
CMYK 0.81 0.70 0 0.62
HSL 232.41º 0.68% 0.23% -
HSV(B) 232.41º 0.81% 0.38% -
XYZ 2.91 1.9 11.77 -
YUV 33.88 164.19 117.39 -
System Red Green Blue C M Y K H S L
Decimal 19 29 98 0.81 0.70 0 0.62 232.41 0.68 0.23
Hex 13 1D 62 51 46 0 3E E8 44 17
Octal 23 35 142 121 106 0 76 350 104 27
Binary 10011 11101 1100010 1010001 1000110 0 111110 11101000 1000100 10111

Color Harmonies of #131D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131D62

Black with #131D62

Text Example


Text Example

White with #131D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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