#131467

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

Shades of Midnight Blue #131467

Tints of Midnight Blue #131467

Color information

#131467 (or 0x131467) is unknown color: approx Midnight Blue. HEX triplet: 13, 14 and 67. RGB value is (19,20,103). Sum of RGB (Red+Green+Blue) = 19+20+103=142 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.38% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 103 (40.62% from 255 or 72.54% from 142); Max value from RGB is 103 - color contains mainly: blue. Hex color #131467 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #131467 is #ECEB98. Grayscale: #1C1C1C. Windows color (decimal): -15526809 or 6755347. OLE color: 6755347.

HSL color Cylindrical-coordinate representation of color #131467: hue angle of 239.29º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #131467 is Cyan = 0.82, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1920103-
CMYK0.820.8100.60
HSL239.29º68.85%23.92%-
HSV(B)239.29º81.55%40.39%-
XYZ2.971.6212.99-
YUV29.16169.67120.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 13.38%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 103 (40.62% from 255) = 72.54%
R=13.38%
G=14.08%
B=72.54%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal19201030.820.8100.60239.2968.8523.92
Hex131467525103Cef4518
Octal232414712212107435710530
Binary1001110100110011110100101010001011110011101111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131467; }

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

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

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

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

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

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

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

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