#131A7F

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

Shades of Midnight Blue #131A7F

Tints of Midnight Blue #131A7F

Color information

#131A7F (or 0x131A7F) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 7F. RGB value is (19,26,127). Sum of RGB (Red+Green+Blue) = 19+26+127=172 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.05% from 172); Green value is 26 (10.55% from 255 or 15.12% from 172); Blue value is 127 (50% from 255 or 73.84% from 172); Max value from RGB is 127 - color contains mainly: blue. Hex color #131A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A7F is #ECE580. Grayscale: #232323. Windows color (decimal): -15525249 or 8329747. OLE color: 8329747.

HSL color Cylindrical-coordinate representation of color #131A7F: hue angle of 236.11º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131A7F is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1926127-
CMYK0.850.8000.50
HSL236.11º73.97%28.63%-
HSV(B)236.11º85.04%49.8%-
XYZ4.472.4120.31-
YUV35.42179.68116.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.05%
GREEN value IS 26 (10.55% from 255) = 15.12%
BLUE value IS 127 (50% from 255) = 73.84%
R=11.05%
G=15.12%
B=73.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal19261270.850.8000.50236.1173.9728.63
Hex131A7F5550032ec4a1d
Octal233217712512006235411235
Binary1001111010111111110101011010000011001011101100100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,26,127); }

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

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

 a { background-color: rgb(19,26,127); }

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

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

 span { border-color: rgb(19,26,127); }

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