#180C79

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

Shades of Midnight Blue #180C79

Tints of Midnight Blue #180C79

Color information

#180C79 (or 0x180C79) is unknown color: approx Midnight Blue. HEX triplet: 18, 0C and 79. RGB value is (24,12,121). Sum of RGB (Red+Green+Blue) = 24+12+121=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 121 (47.66% from 255 or 77.07% from 157); Max value from RGB is 121 - color contains mainly: blue. Hex color #180C79 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C79 is #E7F386. Grayscale: #1B1B1B. Windows color (decimal): -15201159 or 7932952. OLE color: 7932952.

HSL color Cylindrical-coordinate representation of color #180C79: hue angle of 246.61º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180C79 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2412121-
CMYK0.800.9000.53
HSL246.61º81.95%26.08%-
HSV(B)246.61º90.08%47.45%-
XYZ3.961.8418.24-
YUV28.01180.48125.14-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 12 (5.08% from 255) = 7.64%
BLUE value IS 121 (47.66% from 255) = 77.07%
R=15.29%
G=7.64%
B=77.07%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121210.800.9000.53246.6181.9526.08
Hex18C79505A035f7521a
Octal301417112013206536712232
Binary110001100111100110100001011010011010111110111101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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