#13036B

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

Shades of Midnight Blue #13036B

Tints of Midnight Blue #13036B

Color information

#13036B (or 0x13036B) is unknown color: approx Midnight Blue. HEX triplet: 13, 03 and 6B. RGB value is (19,3,107). Sum of RGB (Red+Green+Blue) = 19+3+107=129 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.73% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 107 (42.19% from 255 or 82.95% from 129); Max value from RGB is 107 - color contains mainly: blue. Hex color #13036B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13036B is #ECFC94. Grayscale: #131313. Windows color (decimal): -15531157 or 7013139. OLE color: 7013139.

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

Color convert

RGB193107-
CMYK0.820.9700.58
HSL249.23º94.55%21.57%-
HSV(B)249.23º97.2%41.96%-
XYZ2.951.2714-
YUV19.64177.3127.54-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.73%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 107 (42.19% from 255) = 82.95%
R=14.73%
G=2.33%
B=82.95%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1931070.820.9700.58249.2394.5521.57
Hex1336B526103Af95f16
Octal23315312214107237113726
Binary1001111110101110100101100001011101011111001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13036B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,3,107); }

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

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

 a { background-color: rgb(19,3,107); }

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

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

 span { border-color: rgb(19,3,107); }

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