#13005B

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

Shades of Midnight Blue #13005B

Tints of Midnight Blue #13005B

Color information

#13005B (or 0x13005B) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 5B. RGB value is (19,0,91). Sum of RGB (Red+Green+Blue) = 19+0+91=110 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.27% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 91 (35.94% from 255 or 82.73% from 110); Max value from RGB is 91 - color contains mainly: blue. Hex color #13005B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #13005B is #ECFFA4. Grayscale: #0F0F0F. Windows color (decimal): -15531941 or 5963795. OLE color: 5963795.

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

Color convert

RGB19091-
CMYK0.79100.64
HSL252.53º100%17.84%-
HSV(B)252.53º100%35.69%-
XYZ2.160.899.96-
YUV16.06170.29130.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 82.73%
R=17.27%
G=0%
B=82.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal190910.79100.64252.5310017.84
Hex1305B4F64040fd6412
Octal230133117144010037514422
Binary1001101011011100111111001000100000011111101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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