#130462

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

Shades of Midnight Blue #130462

Tints of Midnight Blue #130462

Color information

#130462 (or 0x130462) is unknown color: approx Midnight Blue. HEX triplet: 13, 04 and 62. RGB value is (19,4,98). Sum of RGB (Red+Green+Blue) = 19+4+98=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 98 (38.67% from 255 or 80.99% from 121); Max value from RGB is 98 - color contains mainly: blue. Hex color #130462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130462 is #ECFB9D. Grayscale: #121212. Windows color (decimal): -15530910 or 6423571. OLE color: 6423571.

HSL color Cylindrical-coordinate representation of color #130462: hue angle of 249.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #130462 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB19498-
CMYK0.810.9600.62
HSL249.57º92.16%20%-
HSV(B)249.57º95.92%38.43%-
XYZ2.521.1111.64-
YUV19.2172.47127.86-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.70%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 98 (38.67% from 255) = 80.99%
R=15.70%
G=3.31%
B=80.99%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal194980.810.9600.62249.5792.1620
Hex13462516003Efa5c14
Octal23414212114007637213424
Binary10011100110001010100011100000011111011111010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130462; }

 p { color: rgb(19,4,98); }

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

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

 a { background-color: rgb(19,4,98); }

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

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

 span { border-color: rgb(19,4,98); }

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