Html Css Color HEX #131C76 Midnight Blue

📋 copy color: '#131C76'

red 19 ◦ green 28 ◦ blue 118

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

Shades of Midnight Blue #131C76

Tints of Midnight Blue #131C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 71.52%

R = 11.52%
G = 16.97%
B = 71.52%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#131C76 (or 0x131C76) is known color: Midnight Blue. HEX triplet: 13, 1C and 76. RGB value is (19,28,118). Sum of RGB (Red+Green+Blue) = 19+28+118=165 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.52% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #131C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C76 is #ECE389. Grayscale: #232323. Windows color (decimal): -15524746 or 7740435. OLE color: 7740435.

HSL color Cylindrical-coordinate representation of color #131C76: hue angle of 234.55º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131C76 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 19 28 118 -
CMYK 0.84 0.76 0 0.54
HSL 234.55º 0.72% 0.27% -
HSV(B) 234.55º 0.84% 0.46% -
XYZ 3.95 2.28 17.37 -
YUV 35.57 174.52 116.18 -
System Red Green Blue C M Y K H S L
Decimal 19 28 118 0.84 0.76 0 0.54 234.55 0.72 0.27
Hex 13 1C 76 54 4C 0 36 EB 48 1B
Octal 23 34 166 124 114 0 66 353 110 33
Binary 10011 11100 1110110 1010100 1001100 0 110110 11101011 1001000 11011

Color Harmonies of #131C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C76

Black with #131C76

Text Example


Text Example

White with #131C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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