#180f7a

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

Shades of Midnight Blue #180F7A

Tints of Midnight Blue #180F7A

Color information

#180F7A (or 0x180F7A) is unknown color: approx Midnight Blue. HEX triplet: 18, 0F and 7A. RGB value is (24,15,122). Sum of RGB (Red+Green+Blue) = 24+15+122=161 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.91% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 122 (48.05% from 255 or 75.78% from 161); Max value from RGB is 122 - color contains mainly: blue. Hex color #180F7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180F7A is #E7F085. Grayscale: #1D1D1D. Windows color (decimal): -15200390 or 7999256. OLE color: 7999256.

HSL color Cylindrical-coordinate representation of color #180F7A: hue angle of 245.05º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180F7A is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2415122-
CMYK0.800.8800.52
HSL245.05º78.1%26.86%-
HSV(B)245.05º87.7%47.84%-
XYZ4.061.9418.57-
YUV29.89179.98123.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.91%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 122 (48.05% from 255) = 75.78%
R=14.91%
G=9.32%
B=75.78%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24151220.800.8800.52245.0578.126.86
Hex18F7A5058034f54e1b
Octal301717212013006436511633
Binary110001111111101010100001011000011010011110101100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180f7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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