#130252

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

Shades of Midnight Blue #130252

Tints of Midnight Blue #130252

Color information

#130252 (or 0x130252) is unknown color: approx Midnight Blue. HEX triplet: 13, 02 and 52. RGB value is (19,2,82). Sum of RGB (Red+Green+Blue) = 19+2+82=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 82 (32.42% from 255 or 79.61% from 103); Max value from RGB is 82 - color contains mainly: blue. Hex color #130252 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130252 is #ECFDAD. Grayscale: #0F0F0F. Windows color (decimal): -15531438 or 5374483. OLE color: 5374483.

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

Color convert

RGB19282-
CMYK0.770.9800.68
HSL252.75º95.24%16.47%-
HSV(B)252.75º97.56%32.16%-
XYZ1.810.798.04-
YUV16.2165.13130-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 2 (1.17% from 255) = 1.94%
BLUE value IS 82 (32.42% from 255) = 79.61%
R=18.45%
G=1.94%
B=79.61%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal192820.770.9800.68252.7595.2416.47
Hex132524D62044fd5f10
Octal232122115142010437513720
Binary10011101010010100110111000100100010011111101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130252; }

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

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

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

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

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

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

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

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