#180970

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

Shades of Midnight Blue #180970

Tints of Midnight Blue #180970

Color information

#180970 (or 0x180970) is unknown color: approx Midnight Blue. HEX triplet: 18, 09 and 70. RGB value is (24,9,112). Sum of RGB (Red+Green+Blue) = 24+9+112=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 112 (44.14% from 255 or 77.24% from 145); Max value from RGB is 112 - color contains mainly: blue. Hex color #180970 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180970 is #E7F68F. Grayscale: #181818. Windows color (decimal): -15201936 or 7342360. OLE color: 7342360.

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

Color convert

RGB249112-
CMYK0.790.9200.56
HSL248.74º85.12%23.73%-
HSV(B)248.74º91.96%43.92%-
XYZ3.41.5615.45-
YUV25.23176.97127.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 112 (44.14% from 255) = 77.24%
R=16.55%
G=6.21%
B=77.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2491120.790.9200.56248.7485.1223.73
Hex189704F5C038f95518
Octal301116011713407037112530
Binary110001001111000010011111011100011100011111001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180970; }

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

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

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

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

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

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

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

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