#13185A

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

Shades of Midnight Blue #13185A

Tints of Midnight Blue #13185A

Color information

#13185A (or 0x13185A) is unknown color: approx Midnight Blue. HEX triplet: 13, 18 and 5A. RGB value is (19,24,90). Sum of RGB (Red+Green+Blue) = 19+24+90=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #13185A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13185A is #ECE7A5. Grayscale: #1D1D1D. Windows color (decimal): -15525798 or 5904403. OLE color: 5904403.

HSL color Cylindrical-coordinate representation of color #13185A: hue angle of 235.77º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #13185A is Cyan = 0.79, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB192490-
CMYK0.790.7300.65
HSL235.77º65.14%21.37%-
HSV(B)235.77º78.89%35.29%-
XYZ2.441.539.84-
YUV30.03161.84120.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 24 (9.77% from 255) = 18.05%
BLUE value IS 90 (35.55% from 255) = 67.67%
R=14.29%
G=18.05%
B=67.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1924900.790.7300.65235.7765.1421.37
Hex13185A4F49041ec4115
Octal2330132117111010135410125
Binary10011110001011010100111110010010100000111101100100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13185A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13185A; }

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

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

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

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

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

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

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

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