#18266C

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

Shades of Midnight Blue #18266C

Tints of Midnight Blue #18266C

Color information

#18266C (or 0x18266C) is unknown color: approx Midnight Blue. HEX triplet: 18, 26 and 6C. RGB value is (24,38,108). Sum of RGB (Red+Green+Blue) = 24+38+108=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 108 (42.58% from 255 or 63.53% from 170); Max value from RGB is 108 - color contains mainly: blue. Hex color #18266C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18266C is #E7D993. Grayscale: #292929. Windows color (decimal): -15194516 or 7087640. OLE color: 7087640.

HSL color Cylindrical-coordinate representation of color #18266C: hue angle of 230º 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 #18266C is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2438108-
CMYK0.780.6500.58
HSL230º63.64%25.88%-
HSV(B)230º77.78%42.35%-
XYZ3.782.6614.5-
YUV41.79165.36115.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 38 (15.23% from 255) = 22.35%
BLUE value IS 108 (42.58% from 255) = 63.53%
R=14.12%
G=22.35%
B=63.53%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24381080.780.6500.5823063.6425.88
Hex18266C4E4103Ae6401a
Octal304615411610107234610032
Binary11000100110110110010011101000001011101011100110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18266C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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