#131068

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

Shades of Midnight Blue #131068

Tints of Midnight Blue #131068

Color information

#131068 (or 0x131068) is unknown color: approx Midnight Blue. HEX triplet: 13, 10 and 68. RGB value is (19,16,104). Sum of RGB (Red+Green+Blue) = 19+16+104=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 16 (6.64% from 255 or 11.51% from 139); Blue value is 104 (41.02% from 255 or 74.82% from 139); Max value from RGB is 104 - color contains mainly: blue. Hex color #131068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131068 is #ECEF97. Grayscale: #1A1A1A. Windows color (decimal): -15527832 or 6819859. OLE color: 6819859.

HSL color Cylindrical-coordinate representation of color #131068: hue angle of 242.05º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #131068 is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB1916104-
CMYK0.820.8500.59
HSL242.05º73.33%23.53%-
HSV(B)242.05º84.62%40.78%-
XYZ2.951.5113.23-
YUV26.93171.49122.34-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 16 (6.64% from 255) = 11.51%
BLUE value IS 104 (41.02% from 255) = 74.82%
R=13.67%
G=11.51%
B=74.82%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19161040.820.8500.59242.0573.3323.53
Hex131068525503Bf24918
Octal232015012212507336211130
Binary1001110000110100010100101010101011101111110010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131068; }

 p { color: rgb(19,16,104); }

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

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

 a { background-color: rgb(19,16,104); }

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

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

 span { border-color: rgb(19,16,104); }

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