#13195A

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

Shades of Midnight Blue #13195A

Tints of Midnight Blue #13195A

Color information

#13195A (or 0x13195A) is unknown color: approx Midnight Blue. HEX triplet: 13, 19 and 5A. RGB value is (19,25,90). Sum of RGB (Red+Green+Blue) = 19+25+90=134 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.18% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #13195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13195A is #ECE6A5. Grayscale: #1E1E1E. Windows color (decimal): -15525542 or 5904659. OLE color: 5904659.

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

Color convert

RGB192590-
CMYK0.790.7200.65
HSL234.93º65.14%21.37%-
HSV(B)234.93º78.89%35.29%-
XYZ2.461.579.85-
YUV30.62161.51119.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.18%
GREEN value IS 25 (10.16% from 255) = 18.66%
BLUE value IS 90 (35.55% from 255) = 67.16%
R=14.18%
G=18.66%
B=67.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1925900.790.7200.65234.9365.1421.37
Hex13195A4F48041eb4115
Octal2331132117110010135310125
Binary10011110011011010100111110010000100000111101011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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