#180B70

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

Shades of Midnight Blue #180B70

Tints of Midnight Blue #180B70

Color information

#180B70 (or 0x180B70) is unknown color: approx Midnight Blue. HEX triplet: 18, 0B and 70. RGB value is (24,11,112). Sum of RGB (Red+Green+Blue) = 24+11+112=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #180B70 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180B70 is #E7F48F. Grayscale: #1A1A1A. Windows color (decimal): -15201424 or 7342872. OLE color: 7342872.

HSL color Cylindrical-coordinate representation of color #180B70: hue angle of 247.72º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180B70 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2411112-
CMYK0.790.9000.56
HSL247.72º82.11%24.12%-
HSV(B)247.72º90.18%43.92%-
XYZ3.421.615.46-
YUV26.4176.31126.29-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 11 (4.69% from 255) = 7.48%
BLUE value IS 112 (44.14% from 255) = 76.19%
R=16.33%
G=7.48%
B=76.19%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24111120.790.9000.56247.7282.1124.12
Hex18B704F5A038f85218
Octal301316011713207037012230
Binary110001011111000010011111011010011100011111000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180B70; }

 p { color: rgb(24,11,112); }

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

<style>
 a { background-color: #180B70; }

 a { background-color: rgb(24,11,112); }

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

<style>
 span { border-color: #180B70; }

 span { border-color: rgb(24,11,112); }

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