#180C73

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

Shades of Midnight Blue #180C73

Tints of Midnight Blue #180C73

Color information

#180C73 (or 0x180C73) is unknown color: approx Midnight Blue. HEX triplet: 18, 0C and 73. RGB value is (24,12,115). Sum of RGB (Red+Green+Blue) = 24+12+115=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 12 (5.08% from 255 or 7.95% from 151); Blue value is 115 (45.31% from 255 or 76.16% from 151); Max value from RGB is 115 - color contains mainly: blue. Hex color #180C73 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C73 is #E7F38C. Grayscale: #1A1A1A. Windows color (decimal): -15201165 or 7539736. OLE color: 7539736.

HSL color Cylindrical-coordinate representation of color #180C73: hue angle of 246.99º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180C73 is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2412115-
CMYK0.790.9000.55
HSL246.99º81.1%24.9%-
HSV(B)246.99º89.57%45.1%-
XYZ3.61.6916.36-
YUV27.33177.48125.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 12 (5.08% from 255) = 7.95%
BLUE value IS 115 (45.31% from 255) = 76.16%
R=15.89%
G=7.95%
B=76.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24121150.790.9000.55246.9981.124.9
Hex18C734F5A037f75119
Octal301416311713206736712131
Binary110001100111001110011111011010011011111110111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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