#180D74

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

Shades of Midnight Blue #180D74

Tints of Midnight Blue #180D74

Color information

#180D74 (or 0x180D74) is unknown color: approx Midnight Blue. HEX triplet: 18, 0D and 74. RGB value is (24,13,116). Sum of RGB (Red+Green+Blue) = 24+13+116=153 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.69% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 116 (45.70% from 255 or 75.82% from 153); Max value from RGB is 116 - color contains mainly: blue. Hex color #180D74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180D74 is #E7F28B. Grayscale: #1B1B1B. Windows color (decimal): -15200908 or 7605528. OLE color: 7605528.

HSL color Cylindrical-coordinate representation of color #180D74: hue angle of 246.41º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180D74 is Cyan = 0.79, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2413116-
CMYK0.790.8900.55
HSL246.41º79.84%25.29%-
HSV(B)246.41º88.79%45.49%-
XYZ3.671.7416.67-
YUV28.03177.64125.12-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.69%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 116 (45.70% from 255) = 75.82%
R=15.69%
G=8.50%
B=75.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24131160.790.8900.55246.4179.8425.29
Hex18D744F59037f65019
Octal301516411713106736612031
Binary110001101111010010011111011001011011111110110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,13,116); }

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

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

 a { background-color: rgb(24,13,116); }

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

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

 span { border-color: rgb(24,13,116); }

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