#18297D

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

Shades of Midnight Blue #18297D

Tints of Midnight Blue #18297D

Color information

#18297D (or 0x18297D) is unknown color: approx Midnight Blue. HEX triplet: 18, 29 and 7D. RGB value is (24,41,125). Sum of RGB (Red+Green+Blue) = 24+41+125=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 125 (49.22% from 255 or 65.79% from 190); Max value from RGB is 125 - color contains mainly: blue. Hex color #18297D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18297D is #E7D682. Grayscale: #2D2D2D. Windows color (decimal): -15193731 or 8202520. OLE color: 8202520.

HSL color Cylindrical-coordinate representation of color #18297D: hue angle of 229.9º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18297D is Cyan = 0.81, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2441125-
CMYK0.810.6700.51
HSL229.9º67.79%29.22%-
HSV(B)229.9º80.8%49.02%-
XYZ4.873.2619.77-
YUV45.49172.87112.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 41 (16.41% from 255) = 21.58%
BLUE value IS 125 (49.22% from 255) = 65.79%
R=12.63%
G=21.58%
B=65.79%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24411250.810.6700.51229.967.7929.22
Hex18297D5143033e6441d
Octal305117512110306334610435
Binary11000101001111110110100011000011011001111100110100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18297D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18297D; }

 p { color: rgb(24,41,125); }

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

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

 a { background-color: rgb(24,41,125); }

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

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

 span { border-color: rgb(24,41,125); }

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