#130875

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

Shades of Midnight Blue #130875

Tints of Midnight Blue #130875

Color information

#130875 (or 0x130875) is unknown color: approx Midnight Blue. HEX triplet: 13, 08 and 75. RGB value is (19,8,117). Sum of RGB (Red+Green+Blue) = 19+8+117=144 (19% of max value = 765). Red value is 19 (7.81% from 255 or 13.19% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 117 (46.09% from 255 or 81.25% from 144); Max value from RGB is 117 - color contains mainly: blue. Hex color #130875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130875 is #ECF78A. Grayscale: #171717. Windows color (decimal): -15529867 or 7669779. OLE color: 7669779.

HSL color Cylindrical-coordinate representation of color #130875: hue angle of 246.06º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #130875 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB198117-
CMYK0.840.9300.54
HSL246.06º87.2%24.51%-
HSV(B)246.06º93.16%45.88%-
XYZ3.571.616.95-
YUV23.72180.64124.64-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.19%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 117 (46.09% from 255) = 81.25%
R=13.19%
G=5.56%
B=81.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1981170.840.9300.54246.0687.224.51
Hex13875545D036f65719
Octal231016512413506636612731
Binary100111000111010110101001011101011011011110110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130875; }

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

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

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

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

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

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

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

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