Html Css Color HEX #131C73 Midnight Blue

📋 copy color: '#131C73'

red 19 ◦ green 28 ◦ blue 115

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

Shades of Midnight Blue #131C73

Tints of Midnight Blue #131C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 70.99%

R = 11.73%
G = 17.28%
B = 70.99%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#131C73 (or 0x131C73) is known color: Midnight Blue. HEX triplet: 13, 1C and 73. RGB value is (19,28,115). Sum of RGB (Red+Green+Blue) = 19+28+115=162 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.73% from 162); Green value is 28 (11.33% from 255 or 17.28% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #131C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C73 is #ECE38C. Grayscale: #222222. Windows color (decimal): -15524749 or 7543827. OLE color: 7543827.

HSL color Cylindrical-coordinate representation of color #131C73: hue angle of 234.38º degrees, saturation: 0.72, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131C73 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 19 28 115 -
CMYK 0.83 0.76 0 0.55
HSL 234.38º 0.72% 0.26% -
HSV(B) 234.38º 0.83% 0.45% -
XYZ 3.78 2.21 16.45 -
YUV 35.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 19 28 115 0.83 0.76 0 0.55 234.38 0.72 0.26
Hex 13 1C 73 53 4C 0 37 EA 48 1A
Octal 23 34 163 123 114 0 67 352 110 32
Binary 10011 11100 1110011 1010011 1001100 0 110111 11101010 1001000 11010

Color Harmonies of #131C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131C73

Black with #131C73

Text Example


Text Example

White with #131C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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