#130baa

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

Shades of New Midnight Blue #130BAA

Tints of New Midnight Blue #130BAA

Color information

#130BAA (or 0x130BAA) is unknown color: approx New Midnight Blue. HEX triplet: 13, 0B and AA. RGB value is (19,11,170). Sum of RGB (Red+Green+Blue) = 19+11+170=200 (26% of max value = 765). Red value is 19 (7.81% from 255 or 9.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 170 (66.80% from 255 or 85% from 200); Max value from RGB is 170 - color contains mainly: blue. Hex color #130BAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #130BAA is #ECF455. Grayscale: #1E1E1E. Windows color (decimal): -15529046 or 11143955. OLE color: 11143955.

HSL color Cylindrical-coordinate representation of color #130BAA: hue angle of 243.02º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #130BAA is Cyan = 0.89, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1911170-
CMYK0.890.9400.33
HSL243.02º87.85%35.49%-
HSV(B)243.02º93.53%66.67%-
XYZ7.643.2838.26-
YUV31.52206.15119.07-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.5%
GREEN value IS 11 (4.69% from 255) = 5.5%
BLUE value IS 170 (66.80% from 255) = 85%
R=9.5%
G=5.5%
B=85%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19111700.890.9400.33243.0287.8535.49
Hex13BAA595E021f35823
Octal231325213113604136313043
Binary10011101110101010101100110111100100001111100111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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