#182A7C

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

Shades of Midnight Blue #182A7C

Tints of Midnight Blue #182A7C

Color information

#182A7C (or 0x182A7C) is unknown color: approx Midnight Blue. HEX triplet: 18, 2A and 7C. RGB value is (24,42,124). Sum of RGB (Red+Green+Blue) = 24+42+124=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #182A7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A7C is #E7D583. Grayscale: #2D2D2D. Windows color (decimal): -15193476 or 8137240. OLE color: 8137240.

HSL color Cylindrical-coordinate representation of color #182A7C: hue angle of 229.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #182A7C is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2442124-
CMYK0.810.6600.51
HSL229.2º67.57%29.02%-
HSV(B)229.2º80.65%48.63%-
XYZ4.843.3119.45-
YUV45.97172.04112.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 124 (48.83% from 255) = 65.26%
R=12.63%
G=22.11%
B=65.26%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal24421240.810.6600.51229.267.5729.02
Hex182A7C5142033e5441d
Octal305217412110206334510435
Binary11000101010111110010100011000010011001111100101100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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