#130855

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

Shades of Midnight Blue #130855

Tints of Midnight Blue #130855

Color information

#130855 (or 0x130855) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 55. RGB value is (19,8,85). Sum of RGB (Red+Green+Blue) = 19+8+85=112 (14% of max value = 765). Red value is 19 (7.81% from 255 or 16.96% from 112); Green value is 8 (3.52% from 255 or 7.14% from 112); Blue value is 85 (33.59% from 255 or 75.89% from 112); Max value from RGB is 85 - color contains mainly: blue. Hex color #130855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130855 is #ECF7AA. Grayscale: #131313. Windows color (decimal): -15529899 or 5572627. OLE color: 5572627.

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

Color convert

RGB19885-
CMYK0.780.9100.67
HSL248.57º82.8%18.24%-
HSV(B)248.57º90.59%33.33%-
XYZ20.978.68-
YUV20.07164.64127.24-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.96%
GREEN value IS 8 (3.52% from 255) = 7.14%
BLUE value IS 85 (33.59% from 255) = 75.89%
R=16.96%
G=7.14%
B=75.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal198850.780.9100.67248.5782.818.24
Hex138554E5B043f95312
Octal2310125116133010337112322
Binary1001110001010101100111010110110100001111111001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130855; }

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

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

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

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

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

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

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

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