#182A77

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

Shades of Midnight Blue #182A77

Tints of Midnight Blue #182A77

Color information

#182A77 (or 0x182A77) is unknown color: approx Midnight Blue. HEX triplet: 18, 2A and 77. RGB value is (24,42,119). Sum of RGB (Red+Green+Blue) = 24+42+119=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 42 (16.80% from 255 or 22.70% from 185); Blue value is 119 (46.88% from 255 or 64.32% from 185); Max value from RGB is 119 - color contains mainly: blue. Hex color #182A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A77 is #E7D588. Grayscale: #2D2D2D. Windows color (decimal): -15193481 or 7809560. OLE color: 7809560.

HSL color Cylindrical-coordinate representation of color #182A77: hue angle of 228.63º 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 #182A77 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2442119-
CMYK0.800.6500.53
HSL228.63º66.43%28.04%-
HSV(B)228.63º79.83%46.67%-
XYZ4.533.1817.83-
YUV45.4169.54112.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 42 (16.80% from 255) = 22.70%
BLUE value IS 119 (46.88% from 255) = 64.32%
R=12.97%
G=22.70%
B=64.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24421190.800.6500.53228.6366.4328.04
Hex182A775041035e5421c
Octal305216712010106534510234
Binary11000101010111011110100001000001011010111100101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182A77; }

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

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

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

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

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

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

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

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