#180061

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

Shades of Midnight Blue #180061

Tints of Midnight Blue #180061

Color information

#180061 (or 0x180061) is unknown color: approx Midnight Blue. HEX triplet: 18, 00 and 61. RGB value is (24,0,97). Sum of RGB (Red+Green+Blue) = 24+0+97=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 0 (0.39% from 255 or 0% from 121); Blue value is 97 (38.28% from 255 or 80.17% from 121); Max value from RGB is 97 - color contains mainly: blue. Hex color #180061 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180061 is #E7FF9E. Grayscale: #111111. Windows color (decimal): -15204255 or 6357016. OLE color: 6357016.

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

Color convert

RGB24097-
CMYK0.75100.62
HSL254.85º100%19.02%-
HSV(B)254.85º100%38.04%-
XYZ2.531.0611.38-
YUV18.23172.45132.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 80.17%
R=19.83%
G=0%
B=80.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal240970.75100.62254.8510019.02
Hex180614B6403Eff6413
Octal30014111314407637714423
Binary110000110000110010111100100011111011111111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180061; }

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

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

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

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

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

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

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

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