#182077

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

Shades of Midnight Blue #182077

Tints of Midnight Blue #182077

Color information

#182077 (or 0x182077) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 77. RGB value is (24,32,119). Sum of RGB (Red+Green+Blue) = 24+32+119=175 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.71% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #182077 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182077 is #E7DF88. Grayscale: #272727. Windows color (decimal): -15196041 or 7807000. OLE color: 7807000.

HSL color Cylindrical-coordinate representation of color #182077: hue angle of 234.95º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182077 is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2432119-
CMYK0.800.7300.53
HSL234.95º66.43%28.04%-
HSV(B)234.95º79.83%46.67%-
XYZ4.222.5617.72-
YUV39.53172.85116.93-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.71%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 119 (46.88% from 255) = 68%
R=13.71%
G=18.29%
B=68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24321190.800.7300.53234.9566.4328.04
Hex1820775049035eb421c
Octal304016712011106535310234
Binary11000100000111011110100001001001011010111101011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182077; }

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

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

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

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

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

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

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

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