#18226B

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

Shades of Midnight Blue #18226B

Tints of Midnight Blue #18226B

Color information

#18226B (or 0x18226B) is unknown color: approx Midnight Blue. HEX triplet: 18, 22 and 6B. RGB value is (24,34,107). Sum of RGB (Red+Green+Blue) = 24+34+107=165 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.55% from 165); Green value is 34 (13.67% from 255 or 20.61% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #18226B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18226B is #E7DD94. Grayscale: #272727. Windows color (decimal): -15195541 or 7021080. OLE color: 7021080.

HSL color Cylindrical-coordinate representation of color #18226B: hue angle of 232.77º degrees, saturation: 0.63, 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 #18226B is Cyan = 0.78, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2434107-
CMYK0.780.6800.58
HSL232.77º63.36%25.69%-
HSV(B)232.77º77.57%41.96%-
XYZ3.62.414.18-
YUV39.33166.19117.06-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.55%
GREEN value IS 34 (13.67% from 255) = 20.61%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=14.55%
G=20.61%
B=64.85%

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
Decimal24341070.780.6800.58232.7763.3625.69
Hex18226B4E4403Ae93f1a
Octal30421531161040723517732
Binary1100010001011010111001110100010001110101110100111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18226B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18226B; }

 p { color: rgb(24,34,107); }

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

<style>
 a { background-color: #18226B; }

 a { background-color: rgb(24,34,107); }

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

<style>
 span { border-color: #18226B; }

 span { border-color: rgb(24,34,107); }

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