#18237A

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

Shades of Midnight Blue #18237A

Tints of Midnight Blue #18237A

Color information

#18237A (or 0x18237A) is unknown color: approx Midnight Blue. HEX triplet: 18, 23 and 7A. RGB value is (24,35,122). Sum of RGB (Red+Green+Blue) = 24+35+122=181 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.26% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 122 (48.05% from 255 or 67.40% from 181); Max value from RGB is 122 - color contains mainly: blue. Hex color #18237A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18237A is #E7DC85. Grayscale: #292929. Windows color (decimal): -15195270 or 8004376. OLE color: 8004376.

HSL color Cylindrical-coordinate representation of color #18237A: hue angle of 233.27º 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 #18237A is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2435122-
CMYK0.800.7100.52
HSL233.27º67.12%28.63%-
HSV(B)233.27º80.33%47.84%-
XYZ4.492.818.72-
YUV41.63173.36115.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.26%
GREEN value IS 35 (14.06% from 255) = 19.34%
BLUE value IS 122 (48.05% from 255) = 67.40%
R=13.26%
G=19.34%
B=67.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24351220.800.7100.52233.2767.1228.63
Hex18237A5047034e9431d
Octal304317212010706435110335
Binary11000100011111101010100001000111011010011101001100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18237A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18237A; }

 p { color: rgb(24,35,122); }

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

<style>
 a { background-color: #18237A; }

 a { background-color: rgb(24,35,122); }

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

<style>
 span { border-color: #18237A; }

 span { border-color: rgb(24,35,122); }

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