#130B72

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

Shades of Midnight Blue #130B72

Tints of Midnight Blue #130B72

Color information

#130B72 (or 0x130B72) is unknown color: approx Midnight Blue. HEX triplet: 13, 0B and 72. RGB value is (19,11,114). Sum of RGB (Red+Green+Blue) = 19+11+114=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 114 (44.92% from 255 or 79.17% from 144); Max value from RGB is 114 - color contains mainly: blue. Hex color #130B72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130B72 is #ECF48D. Grayscale: #181818. Windows color (decimal): -15529102 or 7473939. OLE color: 7473939.

HSL color Cylindrical-coordinate representation of color #130B72: hue angle of 244.66º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #130B72 is Cyan = 0.83, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1911114-
CMYK0.830.9000.55
HSL244.66º82.4%24.51%-
HSV(B)244.66º90.35%44.71%-
XYZ3.431.5916.05-
YUV25.13178.15123.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 11 (4.69% from 255) = 7.64%
BLUE value IS 114 (44.92% from 255) = 79.17%
R=13.19%
G=7.64%
B=79.17%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal19111140.830.9000.55244.6682.424.51
Hex13B72535A037f55219
Octal231316212313206736512231
Binary100111011111001010100111011010011011111110101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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