#131462

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

Shades of Midnight Blue #131462

Tints of Midnight Blue #131462

Color information

#131462 (or 0x131462) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 62. RGB value is (19,20,98). Sum of RGB (Red+Green+Blue) = 19+20+98=137 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.87% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 98 (38.67% from 255 or 71.53% from 137); Max value from RGB is 98 - color contains mainly: blue. Hex color #131462 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131462 is #ECEB9D. Grayscale: #1C1C1C. Windows color (decimal): -15526814 or 6427667. OLE color: 6427667.

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

Color convert

RGB192098-
CMYK0.810.8000.62
HSL239.24º67.52%22.94%-
HSV(B)239.24º80.61%38.43%-
XYZ2.721.5211.71-
YUV28.59167.17121.16-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.87%
GREEN value IS 20 (8.20% from 255) = 14.60%
BLUE value IS 98 (38.67% from 255) = 71.53%
R=13.87%
G=14.60%
B=71.53%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1920980.810.8000.62239.2467.5222.94
Hex131462515003Eef4417
Octal232414212112007635710427
Binary1001110100110001010100011010000011111011101111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131462; }

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

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

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

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

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

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

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

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