#130162

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

Shades of Midnight Blue #130162

Tints of Midnight Blue #130162

Color information

#130162 (or 0x130162) is unknown color: approx Midnight Blue. HEX triplet: 13, 01 and 62. RGB value is (19,1,98). Sum of RGB (Red+Green+Blue) = 19+1+98=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 1 (0.78% from 255 or 0.85% from 118); Blue value is 98 (38.67% from 255 or 83.05% from 118); Max value from RGB is 98 - color contains mainly: blue. Hex color #130162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130162 is #ECFE9D. Grayscale: #111111. Windows color (decimal): -15531678 or 6422803. OLE color: 6422803.

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

Color convert

RGB19198-
CMYK0.810.9900.62
HSL251.13º97.98%19.41%-
HSV(B)251.13º98.98%38.43%-
XYZ2.481.0411.63-
YUV17.44173.46129.11-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.10%
GREEN value IS 1 (0.78% from 255) = 0.85%
BLUE value IS 98 (38.67% from 255) = 83.05%
R=16.10%
G=0.85%
B=83.05%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal191980.810.9900.62251.1397.9819.41
Hex13162516303Efb6213
Octal23114212114307637314223
Binary100111110001010100011100011011111011111011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130162; }

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

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

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

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

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

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

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

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