Html Css Color HEX #131877 Midnight Blue

📋 copy color: '#131877'

red 19 ◦ green 24 ◦ blue 119

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

Shades of Midnight Blue #131877

Tints of Midnight Blue #131877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 73.46%

R = 11.73%
G = 14.81%
B = 73.46%

CMYK

 C value IS 0.84

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131877 (or 0x131877) is known color: Midnight Blue. HEX triplet: 13, 18 and 77. RGB value is (19,24,119). Sum of RGB (Red+Green+Blue) = 19+24+119=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 24 (9.77% from 255 or 14.81% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #131877 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131877 is #ECE788. Grayscale: #202020. Windows color (decimal): -15525769 or 7804947. OLE color: 7804947.

HSL color Cylindrical-coordinate representation of color #131877: hue angle of 237º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131877 is Cyan = 0.84, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 24 119 -
CMYK 0.84 0.80 0 0.53
HSL 237º 0.72% 0.27% -
HSV(B) 237º 0.84% 0.47% -
XYZ 3.92 2.12 17.66 -
YUV 33.34 176.34 117.78 -
System Red Green Blue C M Y K H S L
Decimal 19 24 119 0.84 0.80 0 0.53 237 0.72 0.27
Hex 13 18 77 54 50 0 35 ED 48 1B
Octal 23 30 167 124 120 0 65 355 110 33
Binary 10011 11000 1110111 1010100 1010000 0 110101 11101101 1001000 11011

Color Harmonies of #131877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131877

Black with #131877

Text Example


Text Example

White with #131877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131877; }

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

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

background-color css

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

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

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

border-color css

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

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

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