#130B61

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

Shades of Midnight Blue #130B61

Tints of Midnight Blue #130B61

Color information

#130B61 (or 0x130B61) is unknown color: approx Midnight Blue. HEX triplet: 13, 0B and 61. RGB value is (19,11,97). Sum of RGB (Red+Green+Blue) = 19+11+97=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 11 (4.69% from 255 or 8.66% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #130B61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B61 is #ECF49E. Grayscale: #161616. Windows color (decimal): -15529119 or 6359827. OLE color: 6359827.

HSL color Cylindrical-coordinate representation of color #130B61: hue angle of 245.58º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130B61 is Cyan = 0.80, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB191197-
CMYK0.800.8900.62
HSL245.58º79.63%21.18%-
HSV(B)245.58º88.66%38.04%-
XYZ2.551.2411.41-
YUV23.2169.65125.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 14.96%
GREEN value IS 11 (4.69% from 255) = 8.66%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=14.96%
G=8.66%
B=76.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1911970.800.8900.62245.5879.6321.18
Hex13B61505903Ef65015
Octal231314112013107636612025
Binary100111011110000110100001011001011111011110110101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130B61; }

 p { color: rgb(19,11,97); }

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

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

 a { background-color: rgb(19,11,97); }

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

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

 span { border-color: rgb(19,11,97); }

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