#131B6C

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

Shades of Midnight Blue #131B6C

Tints of Midnight Blue #131B6C

Color information

#131B6C (or 0x131B6C) is unknown color: approx Midnight Blue. HEX triplet: 13, 1B and 6C. RGB value is (19,27,108). Sum of RGB (Red+Green+Blue) = 19+27+108=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 27 (10.94% from 255 or 17.53% from 154); Blue value is 108 (42.58% from 255 or 70.13% from 154); Max value from RGB is 108 - color contains mainly: blue. Hex color #131B6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B6C is #ECE493. Grayscale: #212121. Windows color (decimal): -15525012 or 7084819. OLE color: 7084819.

HSL color Cylindrical-coordinate representation of color #131B6C: hue angle of 234.61º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131B6C is Cyan = 0.82, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB1927108-
CMYK0.820.7500.58
HSL234.61º70.08%24.9%-
HSV(B)234.61º82.41%42.35%-
XYZ3.372.0114.4-
YUV33.84169.85117.41-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 27 (10.94% from 255) = 17.53%
BLUE value IS 108 (42.58% from 255) = 70.13%
R=12.34%
G=17.53%
B=70.13%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal19271080.820.7500.58234.6170.0824.9
Hex131B6C524B03Aeb4619
Octal233315412211307235310631
Binary1001111011110110010100101001011011101011101011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,27,108); }

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

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

 a { background-color: rgb(19,27,108); }

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

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

 span { border-color: rgb(19,27,108); }

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