#18207B

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

Shades of Midnight Blue #18207B

Tints of Midnight Blue #18207B

Color information

#18207B (or 0x18207B) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 7B. RGB value is (24,32,123). Sum of RGB (Red+Green+Blue) = 24+32+123=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 32 (12.89% from 255 or 17.88% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #18207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18207B is #E7DF84. Grayscale: #272727. Windows color (decimal): -15196037 or 8069144. OLE color: 8069144.

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

Color convert

RGB2432123-
CMYK0.800.7400.52
HSL235.15º67.35%28.82%-
HSV(B)235.15º80.49%48.24%-
XYZ4.472.6619.02-
YUV39.98174.85116.6-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 32 (12.89% from 255) = 17.88%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=13.41%
G=17.88%
B=68.72%

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
Decimal24321230.800.7400.52235.1567.3528.82
Hex18207B504A034eb431d
Octal304017312011206435310335
Binary11000100000111101110100001001010011010011101011100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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