#13006C

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

Shades of Midnight Blue #13006C

Tints of Midnight Blue #13006C

Color information

#13006C (or 0x13006C) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 6C. RGB value is (19,0,108). Sum of RGB (Red+Green+Blue) = 19+0+108=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 108 (42.58% from 255 or 85.04% from 127); Max value from RGB is 108 - color contains mainly: blue. Hex color #13006C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13006C is #ECFF93. Grayscale: #111111. Windows color (decimal): -15531924 or 7077907. OLE color: 7077907.

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

Color convert

RGB190108-
CMYK0.82100.58
HSL250.56º100%21.18%-
HSV(B)250.56º100%42.35%-
XYZ2.981.2214.27-
YUV17.99178.79128.72-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 108 (42.58% from 255) = 85.04%
R=14.96%
G=0%
B=85.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1901080.82100.58250.5610021.18
Hex1306C526403Afb6415
Octal23015412214407237314425
Binary100110110110010100101100100011101011111011110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13006C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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