#130DB4

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

Shades of New Midnight Blue #130DB4

Tints of New Midnight Blue #130DB4

Color information

#130DB4 (or 0x130DB4) is unknown color: approx New Midnight Blue. HEX triplet: 13, 0D and B4. RGB value is (19,13,180). Sum of RGB (Red+Green+Blue) = 19+13+180=212 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.96% from 212); Green value is 13 (5.47% from 255 or 6.13% from 212); Blue value is 180 (70.70% from 255 or 84.91% from 212); Max value from RGB is 180 - color contains mainly: blue. Hex color #130DB4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #130DB4 is #ECF24B. Grayscale: #212121. Windows color (decimal): -15528524 or 11799827. OLE color: 11799827.

HSL color Cylindrical-coordinate representation of color #130DB4: hue angle of 242.16º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130DB4 is Cyan = 0.89, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1913180-
CMYK0.890.9300.29
HSL242.16º86.53%37.84%-
HSV(B)242.16º92.78%70.59%-
XYZ8.653.7243.44-
YUV33.83210.49117.42-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.96%
GREEN value IS 13 (5.47% from 255) = 6.13%
BLUE value IS 180 (70.70% from 255) = 84.91%
R=8.96%
G=6.13%
B=84.91%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19131800.890.9300.29242.1686.5337.84
Hex13DB4595D01Df25726
Octal231526413113503536212746
Binary1001111011011010010110011011101011101111100101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,13,180); }

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

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

 a { background-color: rgb(19,13,180); }

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

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

 span { border-color: rgb(19,13,180); }

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