#18257B

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

Shades of Midnight Blue #18257B

Tints of Midnight Blue #18257B

Color information

#18257B (or 0x18257B) is unknown color: approx Midnight Blue. HEX triplet: 18, 25 and 7B. RGB value is (24,37,123). Sum of RGB (Red+Green+Blue) = 24+37+123=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 37 (14.84% from 255 or 20.11% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #18257B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18257B is #E7DA84. Grayscale: #2A2A2A. Windows color (decimal): -15194757 or 8070424. OLE color: 8070424.

HSL color Cylindrical-coordinate representation of color #18257B: hue angle of 232.12º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18257B is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2437123-
CMYK0.800.7000.52
HSL232.12º67.35%28.82%-
HSV(B)232.12º80.49%48.24%-
XYZ4.612.9519.06-
YUV42.92173.19114.51-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 37 (14.84% from 255) = 20.11%
BLUE value IS 123 (48.44% from 255) = 66.85%
R=13.04%
G=20.11%
B=66.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24371230.800.7000.52232.1267.3528.82
Hex18257B5046034e8431d
Octal304517312010606435010335
Binary11000100101111101110100001000110011010011101000100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18257B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,37,123); }

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

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

 a { background-color: rgb(24,37,123); }

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

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

 span { border-color: rgb(24,37,123); }

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