#131C77

Color #131C77 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #131C77

Tints of Midnight Blue #131C77

Color information

#131C77 (or 0x131C77) is unknown color: approx 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

RGB1928119-
CMYK0.840.7600.53
HSL234.6º72.46%27.06%-
HSV(B)234.6º84.03%46.67%-
XYZ4.012.317.69-
YUV35.68175.02116.1-

RGB Variations

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

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 (Cyan) values IS 0.84
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal19281190.840.7600.53234.672.4627.06
Hex131C77544C035eb481b
Octal233416712411406535311033
Binary1001111100111011110101001001100011010111101011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>