#180C61

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

Shades of Midnight Blue #180C61

Tints of Midnight Blue #180C61

Color information

#180C61 (or 0x180C61) is unknown color: approx Midnight Blue. HEX triplet: 18, 0C and 61. RGB value is (24,12,97). Sum of RGB (Red+Green+Blue) = 24+12+97=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 97 (38.28% from 255 or 72.93% from 133); Max value from RGB is 97 - color contains mainly: blue. Hex color #180C61 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C61 is #E7F39E. Grayscale: #181818. Windows color (decimal): -15201183 or 6360088. OLE color: 6360088.

HSL color Cylindrical-coordinate representation of color #180C61: hue angle of 248.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180C61 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB241297-
CMYK0.750.8800.62
HSL248.47º77.98%21.37%-
HSV(B)248.47º87.63%38.04%-
XYZ2.671.3211.42-
YUV25.28168.48127.09-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 12 (5.08% from 255) = 9.02%
BLUE value IS 97 (38.28% from 255) = 72.93%
R=18.05%
G=9.02%
B=72.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2412970.750.8800.62248.4777.9821.37
Hex18C614B5803Ef84e15
Octal301414111313007637011625
Binary110001100110000110010111011000011111011111000100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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