#13066C

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

Shades of Midnight Blue #13066C

Tints of Midnight Blue #13066C

Color information

#13066C (or 0x13066C) is unknown color: approx Midnight Blue. HEX triplet: 13, 06 and 6C. RGB value is (19,6,108). Sum of RGB (Red+Green+Blue) = 19+6+108=133 (17% of max value = 765). Red value is 19 (7.81% from 255 or 14.29% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 108 (42.58% from 255 or 81.20% from 133); Max value from RGB is 108 - color contains mainly: blue. Hex color #13066C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13066C is #ECF993. Grayscale: #151515. Windows color (decimal): -15530388 or 7079443. OLE color: 7079443.

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

Color convert

RGB196108-
CMYK0.820.9400.58
HSL247.65º89.47%22.35%-
HSV(B)247.65º94.44%42.35%-
XYZ3.041.3514.29-
YUV21.52176.81126.21-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.29%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 108 (42.58% from 255) = 81.20%
R=14.29%
G=4.51%
B=81.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1961080.820.9400.58247.6589.4722.35
Hex1366C525E03Af85916
Octal23615412213607237013126
Binary10011110110110010100101011110011101011111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13066C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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