#131F66

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

Shades of Midnight Blue #131F66

Tints of Midnight Blue #131F66

Color information

#131F66 (or 0x131F66) is unknown color: approx Midnight Blue. HEX triplet: 13, 1F and 66. RGB value is (19,31,102). Sum of RGB (Red+Green+Blue) = 19+31+102=152 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.5% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 102 (40.23% from 255 or 67.11% from 152); Max value from RGB is 102 - color contains mainly: blue. Hex color #131F66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131F66 is #ECE099. Grayscale: #232323. Windows color (decimal): -15523994 or 6692627. OLE color: 6692627.

HSL color Cylindrical-coordinate representation of color #131F66: hue angle of 231.33º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131F66 is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB1931102-
CMYK0.810.7000.6
HSL231.33º68.6%23.73%-
HSV(B)231.33º81.37%40%-
XYZ3.162.0812.81-
YUV35.51165.52116.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.5%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 102 (40.23% from 255) = 67.11%
R=12.5%
G=20.39%
B=67.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal19311020.810.7000.6231.3368.623.73
Hex131F66514603Ce74518
Octal233714612110607434710530
Binary1001111111110011010100011000110011110011100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,31,102); }

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

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

 a { background-color: rgb(19,31,102); }

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

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

 span { border-color: rgb(19,31,102); }

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