#182085

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

Shades of Midnight Blue #182085

Tints of Midnight Blue #182085

Color information

#182085 (or 0x182085) is unknown color: approx Midnight Blue. HEX triplet: 18, 20 and 85. RGB value is (24,32,133). Sum of RGB (Red+Green+Blue) = 24+32+133=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #182085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #182085 is #E7DF7A. Grayscale: #282828. Windows color (decimal): -15196027 or 8724504. OLE color: 8724504.

HSL color Cylindrical-coordinate representation of color #182085: hue angle of 235.6º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #182085 is Cyan = 0.82, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2432133-
CMYK0.820.7600.48
HSL235.6º69.43%30.78%-
HSV(B)235.6º81.95%52.16%-
XYZ5.132.9222.48-
YUV41.12179.85115.79-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 32 (12.89% from 255) = 16.93%
BLUE value IS 133 (52.34% from 255) = 70.37%
R=12.70%
G=16.93%
B=70.37%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24321330.820.7600.48235.669.4330.78
Hex182085524C030ec451f
Octal304020512211406035410537
Binary110001000001000010110100101001100011000011101100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182085; }

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

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

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

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

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

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

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

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