#180273

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

Shades of Midnight Blue #180273

Tints of Midnight Blue #180273

Color information

#180273 (or 0x180273) is unknown color: approx Midnight Blue. HEX triplet: 18, 02 and 73. RGB value is (24,2,115). Sum of RGB (Red+Green+Blue) = 24+2+115=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #180273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180273 is #E7FD8C. Grayscale: #151515. Windows color (decimal): -15203725 or 7537176. OLE color: 7537176.

HSL color Cylindrical-coordinate representation of color #180273: hue angle of 251.68º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #180273 is Cyan = 0.79, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB242115-
CMYK0.790.9800.55
HSL251.68º96.58%22.94%-
HSV(B)251.68º98.26%45.1%-
XYZ3.491.4816.32-
YUV21.46180.79129.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 115 (45.31% from 255) = 81.56%
R=17.02%
G=1.42%
B=81.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2421150.790.9800.55251.6896.5822.94
Hex182734F62037fc6117
Octal30216311714206737414127
Binary1100010111001110011111100010011011111111100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180273; }

 p { color: rgb(24,2,115); }

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

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

 a { background-color: rgb(24,2,115); }

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

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

 span { border-color: rgb(24,2,115); }

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