#18207A

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

Shades of Midnight Blue #18207A

Tints of Midnight Blue #18207A

Color information

#18207A (or 0x18207A) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 7A. RGB value is (24,32,122). Sum of RGB (Red+Green+Blue) = 24+32+122=178 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.48% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #18207A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18207A is #E7DF85. Grayscale: #272727. Windows color (decimal): -15196038 or 8003608. OLE color: 8003608.

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

Color convert

RGB2432122-
CMYK0.800.7400.52
HSL235.1º67.12%28.63%-
HSV(B)235.1º80.33%47.84%-
XYZ4.412.6318.69-
YUV39.87174.35116.68-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.48%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=13.48%
G=17.98%
B=68.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24321220.800.7400.52235.167.1228.63
Hex18207A504A034eb431d
Octal304017212011206435310335
Binary11000100000111101010100001001010011010011101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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