#131854

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

Shades of Midnight Blue #131854

Tints of Midnight Blue #131854

Color information

#131854 (or 0x131854) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 54. RGB value is (19,24,84). Sum of RGB (Red+Green+Blue) = 19+24+84=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #131854 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131854 is #ECE7AB. Grayscale: #1D1D1D. Windows color (decimal): -15525804 or 5511187. OLE color: 5511187.

HSL color Cylindrical-coordinate representation of color #131854: hue angle of 235.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #131854 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB192484-
CMYK0.770.7100.67
HSL235.38º63.11%20.2%-
HSV(B)235.38º77.38%32.94%-
XYZ2.21.438.55-
YUV29.34158.84120.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 24 (9.77% from 255) = 18.90%
BLUE value IS 84 (33.20% from 255) = 66.14%
R=14.96%
G=18.90%
B=66.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1924840.770.7100.67235.3863.1120.2
Hex1318544D47043eb3f14
Octal233012411510701033537724
Binary1001111000101010010011011000111010000111110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131854; }

 p { color: rgb(19,24,84); }

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

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

 a { background-color: rgb(19,24,84); }

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

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

 span { border-color: rgb(19,24,84); }

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