Html Css Color HEX #131863 Midnight Blue

📋 copy color: '#131863'

red 19 ◦ green 24 ◦ blue 99

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

Shades of Midnight Blue #131863

Tints of Midnight Blue #131863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 69.72%

R = 13.38%
G = 16.9%
B = 69.72%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#131863 (or 0x131863) is known color: Midnight Blue. HEX triplet: 13, 18 and 63. RGB value is (19,24,99). Sum of RGB (Red+Green+Blue) = 19+24+99=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #131863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131863 is #ECE79C. Grayscale: #1E1E1E. Windows color (decimal): -15525789 or 6494227. OLE color: 6494227.

HSL color Cylindrical-coordinate representation of color #131863: hue angle of 236.25º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131863 is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 24 99 -
CMYK 0.81 0.76 0 0.61
HSL 236.25º 0.68% 0.23% -
HSV(B) 236.25º 0.81% 0.39% -
XYZ 2.85 1.69 11.98 -
YUV 31.06 166.34 119.4 -
System Red Green Blue C M Y K H S L
Decimal 19 24 99 0.81 0.76 0 0.61 236.25 0.68 0.23
Hex 13 18 63 51 4C 0 3D EC 44 17
Octal 23 30 143 121 114 0 75 354 104 27
Binary 10011 11000 1100011 1010001 1001100 0 111101 11101100 1000100 10111

Color Harmonies of #131863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131863

Black with #131863

Text Example


Text Example

White with #131863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131863; }

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

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

background-color css

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

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

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

border-color css

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

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

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