#181F64

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

Shades of Midnight Blue #181F64

Tints of Midnight Blue #181F64

Color information

#181F64 (or 0x181F64) is unknown color: approx Midnight Blue. HEX triplet: 18, 1F and 64. RGB value is (24,31,100). Sum of RGB (Red+Green+Blue) = 24+31+100=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 31 (12.5% from 255 or 20% from 155); Blue value is 100 (39.45% from 255 or 64.52% from 155); Max value from RGB is 100 - color contains mainly: blue. Hex color #181F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181F64 is #E7E09B. Grayscale: #242424. Windows color (decimal): -15196316 or 6561560. OLE color: 6561560.

HSL color Cylindrical-coordinate representation of color #181F64: hue angle of 234.47º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #181F64 is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2431100-
CMYK0.760.6900.61
HSL234.47º61.29%24.31%-
HSV(B)234.47º76%39.22%-
XYZ3.172.0912.29-
YUV36.77163.68118.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 31 (12.5% from 255) = 20%
BLUE value IS 100 (39.45% from 255) = 64.52%
R=15.48%
G=20%
B=64.52%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24311000.760.6900.61234.4761.2924.31
Hex181F644C4503Dea3d18
Octal30371441141050753527530
Binary110001111111001001001100100010101111011110101011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181F64; }

 p { color: rgb(24,31,100); }

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

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

 a { background-color: rgb(24,31,100); }

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

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

 span { border-color: rgb(24,31,100); }

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