#180A63

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

Shades of Midnight Blue #180A63

Tints of Midnight Blue #180A63

Color information

#180A63 (or 0x180A63) is unknown color: approx Midnight Blue. HEX triplet: 18, 0A and 63. RGB value is (24,10,99). Sum of RGB (Red+Green+Blue) = 24+10+99=133 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.05% from 133); Green value is 10 (4.30% from 255 or 7.52% from 133); Blue value is 99 (39.06% from 255 or 74.44% from 133); Max value from RGB is 99 - color contains mainly: blue. Hex color #180A63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180A63 is #E7F59C. Grayscale: #171717. Windows color (decimal): -15201693 or 6490648. OLE color: 6490648.

HSL color Cylindrical-coordinate representation of color #180A63: hue angle of 249.44º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #180A63 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB241099-
CMYK0.760.9000.61
HSL249.44º81.65%21.37%-
HSV(B)249.44º89.9%38.82%-
XYZ2.741.3111.91-
YUV24.33170.14127.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.05%
GREEN value IS 10 (4.30% from 255) = 7.52%
BLUE value IS 99 (39.06% from 255) = 74.44%
R=18.05%
G=7.52%
B=74.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2410990.760.9000.61249.4481.6521.37
Hex18A634C5A03Df95215
Octal301214311413207537112225
Binary110001010110001110011001011010011110111111001101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,10,99); }

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

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

 a { background-color: rgb(24,10,99); }

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

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

 span { border-color: rgb(24,10,99); }

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