#181364

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

Shades of Midnight Blue #181364

Tints of Midnight Blue #181364

Color information

#181364 (or 0x181364) is unknown color: approx Midnight Blue. HEX triplet: 18, 13 and 64. RGB value is (24,19,100). Sum of RGB (Red+Green+Blue) = 24+19+100=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 100 (39.45% from 255 or 69.93% from 143); Max value from RGB is 100 - color contains mainly: blue. Hex color #181364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181364 is #E7EC9B. Grayscale: #1D1D1D. Windows color (decimal): -15199388 or 6558488. OLE color: 6558488.

HSL color Cylindrical-coordinate representation of color #181364: hue angle of 243.7º 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 #181364 is Cyan = 0.76, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2419100-
CMYK0.760.8100.61
HSL243.7º68.07%23.33%-
HSV(B)243.7º81%39.22%-
XYZ2.911.5812.21-
YUV29.73167.66123.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.78%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 100 (39.45% from 255) = 69.93%
R=16.78%
G=13.29%
B=69.93%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal24191000.760.8100.61243.768.0723.33
Hex1813644C5103Df44417
Octal302314411412107536410427
Binary1100010011110010010011001010001011110111110100100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181364; }

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

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

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

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

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

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

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

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