#131853

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

Shades of Midnight Blue #131853

Tints of Midnight Blue #131853

Color information

#131853 (or 0x131853) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 53. RGB value is (19,24,83). Sum of RGB (Red+Green+Blue) = 19+24+83=126 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.08% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #131853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131853 is #ECE7AC. Grayscale: #1C1C1C. Windows color (decimal): -15525805 or 5445651. OLE color: 5445651.

HSL color Cylindrical-coordinate representation of color #131853: hue angle of 235.31º 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 #131853 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB192483-
CMYK0.770.7100.67
HSL235.31º62.75%20%-
HSV(B)235.31º77.11%32.55%-
XYZ2.161.428.34-
YUV29.23158.34120.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.08%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 83 (32.81% from 255) = 65.87%
R=15.08%
G=19.05%
B=65.87%

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
Decimal1924830.770.7100.67235.3162.7520
Hex1318534D47043eb3f14
Octal233012311510701033537724
Binary1001111000101001110011011000111010000111110101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131853; }

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

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

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

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

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

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

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

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