Html Css Color HEX #131C77 Midnight Blue

📋 copy color: '#131C77'

red 19 ◦ green 28 ◦ blue 119

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

Shades of Midnight Blue #131C77

Tints of Midnight Blue #131C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.87%

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

R = 11.45%
G = 16.87%
B = 71.69%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#131C77 (or 0x131C77) is known color: Midnight Blue. HEX triplet: 13, 1C and 77. RGB value is (19,28,119). Sum of RGB (Red+Green+Blue) = 19+28+119=166 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.45% from 166); Green value is 28 (11.33% from 255 or 16.87% from 166); Blue value is 119 (46.88% from 255 or 71.69% from 166); Max value from RGB is 119 - color contains mainly: blue. Hex color #131C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C77 is #ECE388. Grayscale: #232323. Windows color (decimal): -15524745 or 7805971. OLE color: 7805971.

HSL color Cylindrical-coordinate representation of color #131C77: hue angle of 234.6º 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 #131C77 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 19 28 119 -
CMYK 0.84 0.76 0 0.53
HSL 234.6º 0.72% 0.27% -
HSV(B) 234.6º 0.84% 0.47% -
XYZ 4.01 2.3 17.69 -
YUV 35.68 175.02 116.1 -
System Red Green Blue C M Y K H S L
Decimal 19 28 119 0.84 0.76 0 0.53 234.6 0.72 0.27
Hex 13 1C 77 54 4C 0 35 EB 48 1B
Octal 23 34 167 124 114 0 65 353 110 33
Binary 10011 11100 1110111 1010100 1001100 0 110101 11101011 1001000 11011

Color Harmonies of #131C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C77

Black with #131C77

Text Example


Text Example

White with #131C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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