#18266F

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

Shades of Midnight Blue #18266F

Tints of Midnight Blue #18266F

Color information

#18266F (or 0x18266F) is unknown color: approx Midnight Blue. HEX triplet: 18, 26 and 6F. RGB value is (24,38,111). Sum of RGB (Red+Green+Blue) = 24+38+111=173 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.87% from 173); Green value is 38 (15.23% from 255 or 21.97% from 173); Blue value is 111 (43.75% from 255 or 64.16% from 173); Max value from RGB is 111 - color contains mainly: blue. Hex color #18266F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18266F is #E7D990. Grayscale: #292929. Windows color (decimal): -15194513 or 7284248. OLE color: 7284248.

HSL color Cylindrical-coordinate representation of color #18266F: hue angle of 230.34º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18266F is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2438111-
CMYK0.780.6600.56
HSL230.34º64.44%26.47%-
HSV(B)230.34º78.38%43.53%-
XYZ3.942.7315.36-
YUV42.14166.86115.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.87%
GREEN value IS 38 (15.23% from 255) = 21.97%
BLUE value IS 111 (43.75% from 255) = 64.16%
R=13.87%
G=21.97%
B=64.16%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24381110.780.6600.56230.3464.4426.47
Hex18266F4E42038e6401a
Octal304615711610207034610032
Binary11000100110110111110011101000010011100011100110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18266F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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