#130662

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

Shades of Midnight Blue #130662

Tints of Midnight Blue #130662

Color information

#130662 (or 0x130662) is unknown color: approx Midnight Blue. HEX triplet: 13, 06 and 62. RGB value is (19,6,98). Sum of RGB (Red+Green+Blue) = 19+6+98=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 98 (38.67% from 255 or 79.67% from 123); Max value from RGB is 98 - color contains mainly: blue. Hex color #130662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130662 is #ECF99D. Grayscale: #141414. Windows color (decimal): -15530398 or 6424083. OLE color: 6424083.

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

Color convert

RGB19698-
CMYK0.810.9400.62
HSL248.48º88.46%20.39%-
HSV(B)248.48º93.88%38.43%-
XYZ2.541.1511.64-
YUV20.38171.81127.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.45%
GREEN value IS 6 (2.73% from 255) = 4.88%
BLUE value IS 98 (38.67% from 255) = 79.67%
R=15.45%
G=4.88%
B=79.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal196980.810.9400.62248.4888.4620.39
Hex13662515E03Ef85814
Octal23614212113607637013024
Binary10011110110001010100011011110011111011111000101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130662; }

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

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

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

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

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

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

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

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