#180C62

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

Shades of Midnight Blue #180C62

Tints of Midnight Blue #180C62

Color information

#180C62 (or 0x180C62) is unknown color: approx Midnight Blue. HEX triplet: 18, 0C and 62. RGB value is (24,12,98). Sum of RGB (Red+Green+Blue) = 24+12+98=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 12 (5.08% from 255 or 8.96% from 134); Blue value is 98 (38.67% from 255 or 73.13% from 134); Max value from RGB is 98 - color contains mainly: blue. Hex color #180C62 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180C62 is #E7F39D. Grayscale: #191919. Windows color (decimal): -15201182 or 6425624. OLE color: 6425624.

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

Color convert

RGB241298-
CMYK0.760.8800.62
HSL248.37º78.18%21.57%-
HSV(B)248.37º87.76%38.43%-
XYZ2.711.3411.67-
YUV25.39168.98127.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 12 (5.08% from 255) = 8.96%
BLUE value IS 98 (38.67% from 255) = 73.13%
R=17.91%
G=8.96%
B=73.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2412980.760.8800.62248.3778.1821.57
Hex18C624C5803Ef84e16
Octal301414211413007637011626
Binary110001100110001010011001011000011111011111000100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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