#182675

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

Shades of Midnight Blue #182675

Tints of Midnight Blue #182675

Color information

#182675 (or 0x182675) is unknown color: approx Midnight Blue. HEX triplet: 18, 26 and 75. RGB value is (24,38,117). Sum of RGB (Red+Green+Blue) = 24+38+117=179 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.41% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 117 (46.09% from 255 or 65.36% from 179); Max value from RGB is 117 - color contains mainly: blue. Hex color #182675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182675 is #E7D98A. Grayscale: #2A2A2A. Windows color (decimal): -15194507 or 7677464. OLE color: 7677464.

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

Color convert

RGB2438117-
CMYK0.790.6800.54
HSL230.97º65.96%27.65%-
HSV(B)230.97º79.49%45.88%-
XYZ4.282.8617.16-
YUV42.82169.86114.58-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.41%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 117 (46.09% from 255) = 65.36%
R=13.41%
G=21.23%
B=65.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24381170.790.6800.54230.9765.9627.65
Hex1826754F44036e7421c
Octal304616511710406634710234
Binary11000100110111010110011111000100011011011100111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182675; }

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

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

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

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

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

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

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

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