#18036C

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

Shades of Midnight Blue #18036C

Tints of Midnight Blue #18036C

Color information

#18036C (or 0x18036C) is unknown color: approx Midnight Blue. HEX triplet: 18, 03 and 6C. RGB value is (24,3,108). Sum of RGB (Red+Green+Blue) = 24+3+108=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 108 (42.58% from 255 or 80% from 135); Max value from RGB is 108 - color contains mainly: blue. Hex color #18036C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18036C is #E7FC93. Grayscale: #141414. Windows color (decimal): -15203476 or 7078680. OLE color: 7078680.

HSL color Cylindrical-coordinate representation of color #18036C: hue angle of 252º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #18036C is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB243108-
CMYK0.780.9700.58
HSL252º94.59%21.76%-
HSV(B)252º97.22%42.35%-
XYZ3.121.3414.28-
YUV21.25176.96129.96-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 3 (1.56% from 255) = 2.22%
BLUE value IS 108 (42.58% from 255) = 80%
R=17.78%
G=2.22%
B=80%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2431080.780.9700.5825294.5921.76
Hex1836C4E6103Afc5f16
Octal30315411614107237413726
Binary1100011110110010011101100001011101011111100101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18036C; }

 p { color: rgb(24,3,108); }

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

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

 a { background-color: rgb(24,3,108); }

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

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

 span { border-color: rgb(24,3,108); }

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