#130352

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

Shades of Midnight Blue #130352

Tints of Midnight Blue #130352

Color information

#130352 (or 0x130352) is unknown color: approx Midnight Blue. HEX triplet: 13, 03 and 52. RGB value is (19,3,82). Sum of RGB (Red+Green+Blue) = 19+3+82=104 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.27% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 82 (32.42% from 255 or 78.85% from 104); Max value from RGB is 82 - color contains mainly: blue. Hex color #130352 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130352 is #ECFCAD. Grayscale: #101010. Windows color (decimal): -15531182 or 5374739. OLE color: 5374739.

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

Color convert

RGB19382-
CMYK0.770.9600.68
HSL252.15º92.94%16.67%-
HSV(B)252.15º96.34%32.16%-
XYZ1.820.818.04-
YUV16.79164.8129.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.27%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 82 (32.42% from 255) = 78.85%
R=18.27%
G=2.88%
B=78.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal193820.770.9600.68252.1592.9416.67
Hex133524D60044fc5d11
Octal233122115140010437413521
Binary10011111010010100110111000000100010011111100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130352; }

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

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

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

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

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

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

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

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