#18236C

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

Shades of Midnight Blue #18236C

Tints of Midnight Blue #18236C

Color information

#18236C (or 0x18236C) is unknown color: approx Midnight Blue. HEX triplet: 18, 23 and 6C. RGB value is (24,35,108). Sum of RGB (Red+Green+Blue) = 24+35+108=167 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.37% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 108 (42.58% from 255 or 64.67% from 167); Max value from RGB is 108 - color contains mainly: blue. Hex color #18236C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18236C is #E7DC93. Grayscale: #272727. Windows color (decimal): -15195284 or 7086872. OLE color: 7086872.

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

Color convert

RGB2435108-
CMYK0.780.6800.58
HSL232.14º63.64%25.88%-
HSV(B)232.14º77.78%42.35%-
XYZ3.682.4814.47-
YUV40.03166.36116.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.37%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 108 (42.58% from 255) = 64.67%
R=14.37%
G=20.96%
B=64.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24351080.780.6800.58232.1463.6425.88
Hex18236C4E4403Ae8401a
Octal304315411610407235010032
Binary11000100011110110010011101000100011101011101000100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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