#180477

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

Shades of Midnight Blue #180477

Tints of Midnight Blue #180477

Color information

#180477 (or 0x180477) is unknown color: approx Midnight Blue. HEX triplet: 18, 04 and 77. RGB value is (24,4,119). Sum of RGB (Red+Green+Blue) = 24+4+119=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 119 (46.88% from 255 or 80.95% from 147); Max value from RGB is 119 - color contains mainly: blue. Hex color #180477 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180477 is #E7FB88. Grayscale: #161616. Windows color (decimal): -15203209 or 7799832. OLE color: 7799832.

HSL color Cylindrical-coordinate representation of color #180477: hue angle of 250.43º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #180477 is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB244119-
CMYK0.800.9700.53
HSL250.43º93.5%24.12%-
HSV(B)250.43º96.64%46.67%-
XYZ3.751.6117.57-
YUV23.09182.13128.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 119 (46.88% from 255) = 80.95%
R=16.33%
G=2.72%
B=80.95%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2441190.800.9700.53250.4393.524.12
Hex184775061035fa5d18
Octal30416712014106537213530
Binary11000100111011110100001100001011010111111010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180477; }

 p { color: rgb(24,4,119); }

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

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

 a { background-color: rgb(24,4,119); }

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

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

 span { border-color: rgb(24,4,119); }

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