#130675

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

Shades of Midnight Blue #130675

Tints of Midnight Blue #130675

Color information

#130675 (or 0x130675) is unknown color: approx Midnight Blue. HEX triplet: 13, 06 and 75. RGB value is (19,6,117). Sum of RGB (Red+Green+Blue) = 19+6+117=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #130675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130675 is #ECF98A. Grayscale: #161616. Windows color (decimal): -15530379 or 7669267. OLE color: 7669267.

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

Color convert

RGB196117-
CMYK0.840.9500.54
HSL247.03º90.24%24.12%-
HSV(B)247.03º94.87%45.88%-
XYZ3.541.5516.94-
YUV22.54181.31125.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 117 (46.09% from 255) = 82.39%
R=13.38%
G=4.23%
B=82.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1961170.840.9500.54247.0390.2424.12
Hex13675545F036f75a18
Octal23616512413706636713230
Binary10011110111010110101001011111011011011110111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130675; }

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

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

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

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

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

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

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

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