#13095B

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

Shades of Midnight Blue #13095B

Tints of Midnight Blue #13095B

Color information

#13095B (or 0x13095B) is unknown color: approx Midnight Blue. HEX triplet: 13, 09 and 5B. RGB value is (19,9,91). Sum of RGB (Red+Green+Blue) = 19+9+91=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 9 (3.91% from 255 or 7.56% from 119); Blue value is 91 (35.94% from 255 or 76.47% from 119); Max value from RGB is 91 - color contains mainly: blue. Hex color #13095B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13095B is #ECF6A4. Grayscale: #151515. Windows color (decimal): -15529637 or 5966099. OLE color: 5966099.

HSL color Cylindrical-coordinate representation of color #13095B: hue angle of 247.32º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #13095B is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB19991-
CMYK0.790.9000.64
HSL247.32º82%19.61%-
HSV(B)247.32º90.11%35.69%-
XYZ2.251.099.99-
YUV21.34167.31126.33-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 9 (3.91% from 255) = 7.56%
BLUE value IS 91 (35.94% from 255) = 76.47%
R=15.97%
G=7.56%
B=76.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal199910.790.9000.64247.328219.61
Hex1395B4F5A040f75214
Octal2311133117132010036712224
Binary1001110011011011100111110110100100000011110111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13095B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13095B; }

 p { color: rgb(19,9,91); }

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

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

 a { background-color: rgb(19,9,91); }

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

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

 span { border-color: rgb(19,9,91); }

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