#182A7B

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

Shades of Midnight Blue #182A7B

Tints of Midnight Blue #182A7B

Color information

#182A7B (or 0x182A7B) is unknown color: approx Midnight Blue. HEX triplet: 18, 2A and 7B. RGB value is (24,42,123). Sum of RGB (Red+Green+Blue) = 24+42+123=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 123 (48.44% from 255 or 65.08% from 189); Max value from RGB is 123 - color contains mainly: blue. Hex color #182A7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182A7B is #E7D584. Grayscale: #2D2D2D. Windows color (decimal): -15193477 or 8071704. OLE color: 8071704.

HSL color Cylindrical-coordinate representation of color #182A7B: hue angle of 229.09º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #182A7B is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2442123-
CMYK0.800.6600.52
HSL229.09º67.35%28.82%-
HSV(B)229.09º80.49%48.24%-
XYZ4.783.2819.12-
YUV45.85171.54112.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 123 (48.44% from 255) = 65.08%
R=12.70%
G=22.22%
B=65.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal24421230.800.6600.52229.0967.3528.82
Hex182A7B5042034e5431d
Octal305217312010206434510335
Binary11000101010111101110100001000010011010011100101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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