#131464

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

Shades of Midnight Blue #131464

Tints of Midnight Blue #131464

Color information

#131464 (or 0x131464) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 64. RGB value is (19,20,100). Sum of RGB (Red+Green+Blue) = 19+20+100=139 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.67% from 139); Green value is 20 (8.20% from 255 or 14.39% from 139); Blue value is 100 (39.45% from 255 or 71.94% from 139); Max value from RGB is 100 - color contains mainly: blue. Hex color #131464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131464 is #ECEB9B. Grayscale: #1C1C1C. Windows color (decimal): -15526812 or 6558739. OLE color: 6558739.

HSL color Cylindrical-coordinate representation of color #131464: hue angle of 239.26º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #131464 is Cyan = 0.81, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB1920100-
CMYK0.810.800.61
HSL239.26º68.07%23.33%-
HSV(B)239.26º81%39.22%-
XYZ2.821.5612.21-
YUV28.82168.17121-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.67%
GREEN value IS 20 (8.20% from 255) = 14.39%
BLUE value IS 100 (39.45% from 255) = 71.94%
R=13.67%
G=14.39%
B=71.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal19201000.810.800.61239.2668.0723.33
Hex131464515003Def4417
Octal232414412112007535710427
Binary1001110100110010010100011010000011110111101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131464; }

 p { color: rgb(19,20,100); }

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

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

 a { background-color: rgb(19,20,100); }

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

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

 span { border-color: rgb(19,20,100); }

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