#131D68

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

Shades of Midnight Blue #131D68

Tints of Midnight Blue #131D68

Color information

#131D68 (or 0x131D68) is unknown color: approx Midnight Blue. HEX triplet: 13, 1D and 68. RGB value is (19,29,104). Sum of RGB (Red+Green+Blue) = 19+29+104=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 29 (11.72% from 255 or 19.08% from 152); Blue value is 104 (41.02% from 255 or 68.42% from 152); Max value from RGB is 104 - color contains mainly: blue. Hex color #131D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131D68 is #ECE297. Grayscale: #222222. Windows color (decimal): -15524504 or 6823187. OLE color: 6823187.

HSL color Cylindrical-coordinate representation of color #131D68: hue angle of 232.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131D68 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1929104-
CMYK0.820.7200.59
HSL232.94º69.11%24.12%-
HSV(B)232.94º81.73%40.78%-
XYZ3.212.0213.32-
YUV34.56167.19116.9-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 29 (11.72% from 255) = 19.08%
BLUE value IS 104 (41.02% from 255) = 68.42%
R=12.5%
G=19.08%
B=68.42%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19291040.820.7200.59232.9469.1124.12
Hex131D68524803Be94518
Octal233515012211007335110530
Binary1001111101110100010100101001000011101111101001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,29,104); }

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

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

 a { background-color: rgb(19,29,104); }

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

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

 span { border-color: rgb(19,29,104); }

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