#131A5C

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

Shades of Midnight Blue #131A5C

Tints of Midnight Blue #131A5C

Color information

#131A5C (or 0x131A5C) is unknown color: approx Midnight Blue. HEX triplet: 13, 1A and 5C. RGB value is (19,26,92). Sum of RGB (Red+Green+Blue) = 19+26+92=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 26 (10.55% from 255 or 18.98% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #131A5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131A5C is #ECE5A3. Grayscale: #1F1F1F. Windows color (decimal): -15525284 or 6035987. OLE color: 6035987.

HSL color Cylindrical-coordinate representation of color #131A5C: hue angle of 234.25º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #131A5C is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB192692-
CMYK0.790.7200.64
HSL234.25º65.77%21.76%-
HSV(B)234.25º79.35%36.08%-
XYZ2.571.6510.31-
YUV31.43162.18119.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 26 (10.55% from 255) = 18.98%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=13.87%
G=18.98%
B=67.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1926920.790.7200.64234.2565.7721.76
Hex131A5C4F48040ea4216
Octal2332134117110010035210226
Binary10011110101011100100111110010000100000011101010100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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