#180E7A

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

Shades of Midnight Blue #180E7A

Tints of Midnight Blue #180E7A

Color information

#180E7A (or 0x180E7A) is unknown color: approx Midnight Blue. HEX triplet: 18, 0E and 7A. RGB value is (24,14,122). Sum of RGB (Red+Green+Blue) = 24+14+122=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 14 (5.86% from 255 or 8.75% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #180E7A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E7A is #E7F185. Grayscale: #1C1C1C. Windows color (decimal): -15200646 or 7999000. OLE color: 7999000.

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

Color convert

RGB2414122-
CMYK0.800.8900.52
HSL245.56º79.41%26.67%-
HSV(B)245.56º88.52%47.84%-
XYZ4.051.9118.57-
YUV29.3180.31124.22-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 14 (5.86% from 255) = 8.75%
BLUE value IS 122 (48.05% from 255) = 76.25%
R=15%
G=8.75%
B=76.25%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24141220.800.8900.52245.5679.4126.67
Hex18E7A5059034f64f1b
Octal301617212013106436611733
Binary110001110111101010100001011001011010011110110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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