#180063

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

Shades of Midnight Blue #180063

Tints of Midnight Blue #180063

Color information

#180063 (or 0x180063) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 63. RGB value is (24,0,99). Sum of RGB (Red+Green+Blue) = 24+0+99=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #180063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180063 is #E7FF9C. Grayscale: #121212. Windows color (decimal): -15204253 or 6488088. OLE color: 6488088.

HSL color Cylindrical-coordinate representation of color #180063: hue angle of 254.55º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #180063 is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB24099-
CMYK0.76100.61
HSL254.55º100%19.41%-
HSV(B)254.55º100%38.82%-
XYZ2.631.111.88-
YUV18.46173.45131.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 80.49%
R=19.51%
G=0%
B=80.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal240990.76100.61254.5510019.41
Hex180634C6403Dff6413
Octal30014311414407537714423
Binary110000110001110011001100100011110111111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180063; }

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

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

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

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

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

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

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

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