#131C6E

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

Shades of Midnight Blue #131C6E

Tints of Midnight Blue #131C6E

Color information

#131C6E (or 0x131C6E) is unknown color: approx Midnight Blue. HEX triplet: 13, 1C and 6E. RGB value is (19,28,110). Sum of RGB (Red+Green+Blue) = 19+28+110=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 110 (43.36% from 255 or 70.06% from 157); Max value from RGB is 110 - color contains mainly: blue. Hex color #131C6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131C6E is #ECE391. Grayscale: #222222. Windows color (decimal): -15524754 or 7216147. OLE color: 7216147.

HSL color Cylindrical-coordinate representation of color #131C6E: hue angle of 234.07º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #131C6E is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1928110-
CMYK0.830.7500.57
HSL234.07º70.54%25.29%-
HSV(B)234.07º82.73%43.14%-
XYZ3.52.0914.97-
YUV34.66170.52116.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 110 (43.36% from 255) = 70.06%
R=12.10%
G=17.83%
B=70.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19281100.830.7500.57234.0770.5425.29
Hex131C6E534B039ea4719
Octal233415612311307135210731
Binary1001111100110111010100111001011011100111101010100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #131C6E;
 }
 .AnyTagClassName
 {
   color: #131C6E;
 }
</style>
background-color css

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

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

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

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

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

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