#13056C

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

Shades of Midnight Blue #13056C

Tints of Midnight Blue #13056C

Color information

#13056C (or 0x13056C) is unknown color: approx Midnight Blue. HEX triplet: 13, 05 and 6C. RGB value is (19,5,108). Sum of RGB (Red+Green+Blue) = 19+5+108=132 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.39% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 108 (42.58% from 255 or 81.82% from 132); Max value from RGB is 108 - color contains mainly: blue. Hex color #13056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13056C is #ECFA93. Grayscale: #141414. Windows color (decimal): -15530644 or 7079187. OLE color: 7079187.

HSL color Cylindrical-coordinate representation of color #13056C: hue angle of 248.16º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #13056C is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB195108-
CMYK0.820.9500.58
HSL248.16º91.15%22.16%-
HSV(B)248.16º95.37%42.35%-
XYZ3.031.3314.28-
YUV20.93177.14126.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.39%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 108 (42.58% from 255) = 81.82%
R=14.39%
G=3.79%
B=81.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1951080.820.9500.58248.1691.1522.16
Hex1356C525F03Af85b16
Octal23515412213707237013326
Binary10011101110110010100101011111011101011111000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13056C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13056C; }

 p { color: rgb(19,5,108); }

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

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

 a { background-color: rgb(19,5,108); }

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

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

 span { border-color: rgb(19,5,108); }

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