#131A7A

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

Shades of Midnight Blue #131A7A

Tints of Midnight Blue #131A7A

Color information

#131A7A (or 0x131A7A) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 7A. RGB value is (19,26,122). Sum of RGB (Red+Green+Blue) = 19+26+122=167 (22% of max value = 765). Red value is 19 (7.81% from 255 or 11.38% from 167); Green value is 26 (10.55% from 255 or 15.57% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #131A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A7A is #ECE585. Grayscale: #222222. Windows color (decimal): -15525254 or 8002067. OLE color: 8002067.

HSL color Cylindrical-coordinate representation of color #131A7A: hue angle of 235.92º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #131A7A is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1926122-
CMYK0.840.7900.52
HSL235.92º73.05%27.65%-
HSV(B)235.92º84.43%47.84%-
XYZ4.152.2818.63-
YUV34.85177.18116.69-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.38%
GREEN value IS 26 (10.55% from 255) = 15.57%
BLUE value IS 122 (48.05% from 255) = 73.05%
R=11.38%
G=15.57%
B=73.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal19261220.840.7900.52235.9273.0527.65
Hex131A7A544F034ec491c
Octal233217212411706435411134
Binary1001111010111101010101001001111011010011101100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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