#18268B

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

Shades of Midnight Blue #18268B

Tints of Midnight Blue #18268B

Color information

#18268B (or 0x18268B) is unknown color: approx Midnight Blue. HEX triplet: 18, 26 and 8B. RGB value is (24,38,139). Sum of RGB (Red+Green+Blue) = 24+38+139=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 139 (54.69% from 255 or 69.15% from 201); Max value from RGB is 139 - color contains mainly: blue. Hex color #18268B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #18268B is #E7D974. Grayscale: #2C2C2C. Windows color (decimal): -15194485 or 9119256. OLE color: 9119256.

HSL color Cylindrical-coordinate representation of color #18268B: hue angle of 232.7º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18268B is Cyan = 0.83, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2438139-
CMYK0.830.7300.45
HSL232.7º70.55%31.96%-
HSV(B)232.7º82.73%54.51%-
XYZ5.733.4424.79-
YUV45.33180.86112.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.94%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 139 (54.69% from 255) = 69.15%
R=11.94%
G=18.91%
B=69.15%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal24381390.830.7300.45232.770.5531.96
Hex18268B534902De94720
Octal304621312311105535110740
Binary1100010011010001011101001110010010101101111010011000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18268B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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