#180F6A

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

Shades of Midnight Blue #180F6A

Tints of Midnight Blue #180F6A

Color information

#180F6A (or 0x180F6A) is unknown color: approx Midnight Blue. HEX triplet: 18, 0F and 6A. RGB value is (24,15,106). Sum of RGB (Red+Green+Blue) = 24+15+106=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 15 (6.25% from 255 or 10.34% from 145); Blue value is 106 (41.80% from 255 or 73.10% from 145); Max value from RGB is 106 - color contains mainly: blue. Hex color #180F6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F6A is #E7F095. Grayscale: #1B1B1B. Windows color (decimal): -15200406 or 6950680. OLE color: 6950680.

HSL color Cylindrical-coordinate representation of color #180F6A: hue angle of 245.93º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180F6A is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2415106-
CMYK0.770.8600.58
HSL245.93º75.21%23.73%-
HSV(B)245.93º85.85%41.57%-
XYZ3.151.5813.77-
YUV28.06171.98125.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 15 (6.25% from 255) = 10.34%
BLUE value IS 106 (41.80% from 255) = 73.10%
R=16.55%
G=10.34%
B=73.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal24151060.770.8600.58245.9375.2123.73
Hex18F6A4D5603Af64b18
Octal301715211512607236611330
Binary110001111110101010011011010110011101011110110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,15,106); }

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

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

 a { background-color: rgb(24,15,106); }

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

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

 span { border-color: rgb(24,15,106); }

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