#181d75

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

Shades of Midnight Blue #181D75

Tints of Midnight Blue #181D75

Color information

#181D75 (or 0x181D75) is unknown color: approx Midnight Blue. HEX triplet: 18, 1D and 75. RGB value is (24,29,117). Sum of RGB (Red+Green+Blue) = 24+29+117=170 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.12% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #181D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181D75 is #E7E28A. Grayscale: #252525. Windows color (decimal): -15196811 or 7675160. OLE color: 7675160.

HSL color Cylindrical-coordinate representation of color #181D75: hue angle of 236.77º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #181D75 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2429117-
CMYK0.790.7500.54
HSL236.77º65.96%27.65%-
HSV(B)236.77º79.49%45.88%-
XYZ4.032.3617.07-
YUV37.54172.84118.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.12%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 117 (46.09% from 255) = 68.82%
R=14.12%
G=17.06%
B=68.82%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24291170.790.7500.54236.7765.9627.65
Hex181D754F4B036ed421c
Octal303516511711306635510234
Binary1100011101111010110011111001011011011011101101100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181d75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181d75; }

 p { color: rgb(24,29,117); }

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

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

 a { background-color: rgb(24,29,117); }

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

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

 span { border-color: rgb(24,29,117); }

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