#182276

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

Shades of Midnight Blue #182276

Tints of Midnight Blue #182276

Color information

#182276 (or 0x182276) is unknown color: approx Midnight Blue. HEX triplet: 18, 22 and 76. RGB value is (24,34,118). Sum of RGB (Red+Green+Blue) = 24+34+118=176 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.64% from 176); Green value is 34 (13.67% from 255 or 19.32% from 176); Blue value is 118 (46.48% from 255 or 67.05% from 176); Max value from RGB is 118 - color contains mainly: blue. Hex color #182276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182276 is #E7DD89. Grayscale: #282828. Windows color (decimal): -15195530 or 7741976. OLE color: 7741976.

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

Color convert

RGB2434118-
CMYK0.800.7100.54
HSL233.62º66.2%27.84%-
HSV(B)233.62º79.66%46.27%-
XYZ4.222.6517.43-
YUV40.59171.69116.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.64%
GREEN value IS 34 (13.67% from 255) = 19.32%
BLUE value IS 118 (46.48% from 255) = 67.05%
R=13.64%
G=19.32%
B=67.05%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24341180.800.7100.54233.6266.227.84
Hex1822765047036ea421c
Octal304216612010706635210234
Binary11000100010111011010100001000111011011011101010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182276; }

 p { color: rgb(24,34,118); }

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

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

 a { background-color: rgb(24,34,118); }

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

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

 span { border-color: rgb(24,34,118); }

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