#130F6D

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

Shades of Midnight Blue #130F6D

Tints of Midnight Blue #130F6D

Color information

#130F6D (or 0x130F6D) is unknown color: approx Midnight Blue. HEX triplet: 13, 0F and 6D. RGB value is (19,15,109). Sum of RGB (Red+Green+Blue) = 19+15+109=143 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.29% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 109 (42.97% from 255 or 76.22% from 143); Max value from RGB is 109 - color contains mainly: blue. Hex color #130F6D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #130F6D is #ECF092. Grayscale: #1A1A1A. Windows color (decimal): -15528083 or 7147283. OLE color: 7147283.

HSL color Cylindrical-coordinate representation of color #130F6D: hue angle of 242.55º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #130F6D is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1915109-
CMYK0.830.8600.57
HSL242.55º75.81%24.31%-
HSV(B)242.55º86.24%42.75%-
XYZ3.21.5814.61-
YUV26.91174.33122.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.29%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 109 (42.97% from 255) = 76.22%
R=13.29%
G=10.49%
B=76.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal19151090.830.8600.57242.5575.8124.31
Hex13F6D5356039f34c18
Octal231715512312607136311430
Binary100111111110110110100111010110011100111110011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #130F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #130F6D; }

 p { color: rgb(19,15,109); }

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

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

 a { background-color: rgb(19,15,109); }

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

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

 span { border-color: rgb(19,15,109); }

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