#180F6F

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

Shades of Midnight Blue #180F6F

Tints of Midnight Blue #180F6F

Color information

#180F6F (or 0x180F6F) is unknown color: approx Midnight Blue. HEX triplet: 18, 0F and 6F. RGB value is (24,15,111). Sum of RGB (Red+Green+Blue) = 24+15+111=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #180F6F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F6F is #E7F090. Grayscale: #1C1C1C. Windows color (decimal): -15200401 or 7278360. OLE color: 7278360.

HSL color Cylindrical-coordinate representation of color #180F6F: hue angle of 245.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #180F6F is Cyan = 0.78, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2415111-
CMYK0.780.8600.56
HSL245.62º76.19%24.71%-
HSV(B)245.62º86.49%43.53%-
XYZ3.421.6815.18-
YUV28.64174.48124.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 111 (43.75% from 255) = 74%
R=16%
G=10%
B=74%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal24151110.780.8600.56245.6276.1924.71
Hex18F6F4E56038f64c19
Octal301715711612607036611431
Binary110001111110111110011101010110011100011110110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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