#131268

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

Shades of Midnight Blue #131268

Tints of Midnight Blue #131268

Color information

#131268 (or 0x131268) is unknown color: approx Midnight Blue. HEX triplet: 13, 12 and 68. RGB value is (19,18,104). Sum of RGB (Red+Green+Blue) = 19+18+104=141 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.48% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #131268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131268 is #ECED97. Grayscale: #1B1B1B. Windows color (decimal): -15527320 or 6820371. OLE color: 6820371.

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

Color convert

RGB1918104-
CMYK0.820.8300.59
HSL240.7º70.49%23.92%-
HSV(B)240.7º82.69%40.78%-
XYZ2.981.5713.24-
YUV28.1170.83121.51-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.48%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 104 (41.02% from 255) = 73.76%
R=13.48%
G=12.77%
B=73.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal19181040.820.8300.59240.770.4923.92
Hex131268525303Bf14618
Octal232215012212307336110630
Binary1001110010110100010100101010011011101111110001100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131268; }

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

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

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

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

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

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

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

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