#130166

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

Shades of Midnight Blue #130166

Tints of Midnight Blue #130166

Color information

#130166 (or 0x130166) is unknown color: approx Midnight Blue. HEX triplet: 13, 01 and 66. RGB value is (19,1,102). Sum of RGB (Red+Green+Blue) = 19+1+102=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 1 (0.78% from 255 or 0.82% from 122); Blue value is 102 (40.23% from 255 or 83.61% from 122); Max value from RGB is 102 - color contains mainly: blue. Hex color #130166 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130166 is #ECFE99. Grayscale: #111111. Windows color (decimal): -15531674 or 6684947. OLE color: 6684947.

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

Color convert

RGB191102-
CMYK0.810.9900.6
HSL250.69º98.06%20.2%-
HSV(B)250.69º99.02%40%-
XYZ2.681.1212.65-
YUV17.9175.46128.79-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.57%
GREEN value IS 1 (0.78% from 255) = 0.82%
BLUE value IS 102 (40.23% from 255) = 83.61%
R=15.57%
G=0.82%
B=83.61%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1911020.810.9900.6250.6998.0620.2
Hex13166516303Cfb6214
Octal23114612114307437314224
Binary100111110011010100011100011011110011111011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130166; }

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

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

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

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

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

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

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

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