#181975

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

Shades of Midnight Blue #181975

Tints of Midnight Blue #181975

Color information

#181975 (or 0x181975) is unknown color: approx Midnight Blue. HEX triplet: 18, 19 and 75. RGB value is (24,25,117). Sum of RGB (Red+Green+Blue) = 24+25+117=166 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.46% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #181975 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181975 is #E7E68A. Grayscale: #222222. Windows color (decimal): -15197835 or 7674136. OLE color: 7674136.

HSL color Cylindrical-coordinate representation of color #181975: hue angle of 239.35º 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 #181975 is Cyan = 0.79, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2425117-
CMYK0.790.7900.54
HSL239.35º65.96%27.65%-
HSV(B)239.35º79.49%45.88%-
XYZ3.942.1717.04-
YUV35.19174.17120.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.46%
GREEN value IS 25 (10.16% from 255) = 15.06%
BLUE value IS 117 (46.09% from 255) = 70.48%
R=14.46%
G=15.06%
B=70.48%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24251170.790.7900.54239.3565.9627.65
Hex1819754F4F036ef421c
Octal303116511711706635710234
Binary1100011001111010110011111001111011011011101111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181975; }

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

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

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

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

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

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

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

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