#130052

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

Shades of Midnight Blue #130052

Tints of Midnight Blue #130052

Color information

#130052 (or 0x130052) is unknown color: approx Midnight Blue. HEX triplet: 13, 00 and 52. RGB value is (19,0,82). Sum of RGB (Red+Green+Blue) = 19+0+82=101 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.81% from 101); Green value is 0 (0.39% from 255 or 0% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #130052 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130052 is #ECFFAD. Grayscale: #0E0E0E. Windows color (decimal): -15531950 or 5373971. OLE color: 5373971.

HSL color Cylindrical-coordinate representation of color #130052: hue angle of 253.9º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #130052 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB19082-
CMYK0.77100.68
HSL253.9º100%16.08%-
HSV(B)253.9º100%32.16%-
XYZ1.790.758.03-
YUV15.03165.79130.83-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 82 (32.42% from 255) = 81.19%
R=18.81%
G=0%
B=81.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal190820.77100.68253.910016.08
Hex130524D64044fe6410
Octal230122115144010437614420
Binary1001101010010100110111001000100010011111110110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130052; }

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

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

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

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

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

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

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

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