#180170

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

Shades of Midnight Blue #180170

Tints of Midnight Blue #180170

Color information

#180170 (or 0x180170) is unknown color: approx Midnight Blue. HEX triplet: 18, 01 and 70. RGB value is (24,1,112). Sum of RGB (Red+Green+Blue) = 24+1+112=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 1 (0.78% from 255 or 0.73% from 137); Blue value is 112 (44.14% from 255 or 81.75% from 137); Max value from RGB is 112 - color contains mainly: blue. Hex color #180170 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180170 is #E7FE8F. Grayscale: #141414. Windows color (decimal): -15203984 or 7340312. OLE color: 7340312.

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

Color convert

RGB241112-
CMYK0.790.9900.56
HSL252.43º98.23%22.16%-
HSV(B)252.43º99.11%43.92%-
XYZ3.311.3915.42-
YUV20.53179.62130.47-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 1 (0.78% from 255) = 0.73%
BLUE value IS 112 (44.14% from 255) = 81.75%
R=17.52%
G=0.73%
B=81.75%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2411120.790.9900.56252.4398.2322.16
Hex181704F63038fc6216
Octal30116011714307037414226
Binary110001111000010011111100011011100011111100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180170; }

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

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

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

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

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

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

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

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