#130155

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

Shades of Midnight Blue #130155

Tints of Midnight Blue #130155

Color information

#130155 (or 0x130155) is unknown color: approx Midnight Blue. HEX triplet: 13, 01 and 55. RGB value is (19,1,85). Sum of RGB (Red+Green+Blue) = 19+1+85=105 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.10% from 105); Green value is 1 (0.78% from 255 or 0.95% from 105); Blue value is 85 (33.59% from 255 or 80.95% from 105); Max value from RGB is 85 - color contains mainly: blue. Hex color #130155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130155 is #ECFEAA. Grayscale: #0F0F0F. Windows color (decimal): -15531691 or 5570835. OLE color: 5570835.

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

Color convert

RGB19185-
CMYK0.780.9900.67
HSL252.86º97.67%16.86%-
HSV(B)252.86º98.82%33.33%-
XYZ1.920.828.65-
YUV15.96166.96130.17-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.10%
GREEN value IS 1 (0.78% from 255) = 0.95%
BLUE value IS 85 (33.59% from 255) = 80.95%
R=18.10%
G=0.95%
B=80.95%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal191850.780.9900.67252.8697.6716.86
Hex131554E63043fd6211
Octal231125116143010337514221
Binary1001111010101100111011000110100001111111101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130155; }

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

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

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

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

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

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

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

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