#130157

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

Shades of Midnight Blue #130157

Tints of Midnight Blue #130157

Color information

#130157 (or 0x130157) is unknown color: approx Midnight Blue. HEX triplet: 13, 01 and 57. RGB value is (19,1,87). Sum of RGB (Red+Green+Blue) = 19+1+87=107 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.76% from 107); Green value is 1 (0.78% from 255 or 0.93% from 107); Blue value is 87 (34.38% from 255 or 81.31% from 107); Max value from RGB is 87 - color contains mainly: blue. Hex color #130157 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130157 is #ECFEA8. Grayscale: #0F0F0F. Windows color (decimal): -15531689 or 5701907. OLE color: 5701907.

HSL color Cylindrical-coordinate representation of color #130157: hue angle of 252.56º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #130157 is Cyan = 0.78, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB19187-
CMYK0.780.9900.66
HSL252.56º97.73%17.25%-
HSV(B)252.56º98.85%34.12%-
XYZ20.859.08-
YUV16.19167.96130.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.76%
GREEN value IS 1 (0.78% from 255) = 0.93%
BLUE value IS 87 (34.38% from 255) = 81.31%
R=17.76%
G=0.93%
B=81.31%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal191870.780.9900.66252.5697.7317.25
Hex131574E63042fd6211
Octal231127116143010237514221
Binary1001111010111100111011000110100001011111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130157; }

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

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

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

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

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

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

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

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