#182263

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

Shades of Midnight Blue #182263

Tints of Midnight Blue #182263

Color information

#182263 (or 0x182263) is unknown color: approx Midnight Blue. HEX triplet: 18, 22 and 63. RGB value is (24,34,99). Sum of RGB (Red+Green+Blue) = 24+34+99=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #182263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182263 is #E7DD9C. Grayscale: #262626. Windows color (decimal): -15195549 or 6496792. OLE color: 6496792.

HSL color Cylindrical-coordinate representation of color #182263: hue angle of 232º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #182263 is Cyan = 0.76, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB243499-
CMYK0.760.6600.61
HSL232º60.98%24.12%-
HSV(B)232º75.76%38.82%-
XYZ3.22.2412.07-
YUV38.42162.19117.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 99 (39.06% from 255) = 63.06%
R=15.29%
G=21.66%
B=63.06%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2434990.760.6600.6123260.9824.12
Hex1822634C4203De83d18
Octal30421431141020753507530
Binary1100010001011000111001100100001001111011110100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182263; }

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

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

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

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

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

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

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

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