#18217A

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

Shades of Midnight Blue #18217A

Tints of Midnight Blue #18217A

Color information

#18217A (or 0x18217A) is unknown color: approx Midnight Blue. HEX triplet: 18, 21 and 7A. RGB value is (24,33,122). Sum of RGB (Red+Green+Blue) = 24+33+122=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 33 (13.28% from 255 or 18.44% from 179); Blue value is 122 (48.05% from 255 or 68.16% from 179); Max value from RGB is 122 - color contains mainly: blue. Hex color #18217A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18217A is #E7DE85. Grayscale: #282828. Windows color (decimal): -15195782 or 8003864. OLE color: 8003864.

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

Color convert

RGB2433122-
CMYK0.800.7300.52
HSL234.49º67.12%28.63%-
HSV(B)234.49º80.33%47.84%-
XYZ4.432.6918.7-
YUV40.46174.02116.26-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 33 (13.28% from 255) = 18.44%
BLUE value IS 122 (48.05% from 255) = 68.16%
R=13.41%
G=18.44%
B=68.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24331220.800.7300.52234.4967.1228.63
Hex18217A5049034ea431d
Octal304117212011106435210335
Binary11000100001111101010100001001001011010011101010100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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