#13145A

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

Shades of Midnight Blue #13145A

Tints of Midnight Blue #13145A

Color information

#13145A (or 0x13145A) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 5A. RGB value is (19,20,90). Sum of RGB (Red+Green+Blue) = 19+20+90=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 90 (35.55% from 255 or 69.77% from 129); Max value from RGB is 90 - color contains mainly: blue. Hex color #13145A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13145A is #ECEBA5. Grayscale: #1B1B1B. Windows color (decimal): -15526822 or 5903379. OLE color: 5903379.

HSL color Cylindrical-coordinate representation of color #13145A: hue angle of 239.15º 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 #13145A is Cyan = 0.79, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB192090-
CMYK0.790.7800.65
HSL239.15º65.14%21.37%-
HSV(B)239.15º78.89%35.29%-
XYZ2.361.389.81-
YUV27.68163.17121.81-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 20 (8.20% from 255) = 15.50%
BLUE value IS 90 (35.55% from 255) = 69.77%
R=14.73%
G=15.50%
B=69.77%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1920900.790.7800.65239.1565.1421.37
Hex13145A4F4E041ef4115
Octal2324132117116010135710125
Binary10011101001011010100111110011100100000111101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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