#131B69

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

Shades of Midnight Blue #131B69

Tints of Midnight Blue #131B69

Color information

#131B69 (or 0x131B69) is unknown color: approx Midnight Blue. HEX triplet: 13, 1B and 69. RGB value is (19,27,105). Sum of RGB (Red+Green+Blue) = 19+27+105=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 27 (10.94% from 255 or 17.88% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #131B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #131B69 is #ECE496. Grayscale: #212121. Windows color (decimal): -15525015 or 6888211. OLE color: 6888211.

HSL color Cylindrical-coordinate representation of color #131B69: hue angle of 234.42º 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 #131B69 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1927105-
CMYK0.820.7400.59
HSL234.42º69.35%24.31%-
HSV(B)234.42º81.9%41.18%-
XYZ3.211.9413.57-
YUV33.5168.35117.66-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 27 (10.94% from 255) = 17.88%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=12.58%
G=17.88%
B=69.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19271050.820.7400.59234.4269.3524.31
Hex131B69524A03Bea4518
Octal233315112211207335210530
Binary1001111011110100110100101001010011101111101010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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