#182262

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

Shades of Midnight Blue #182262

Tints of Midnight Blue #182262

Color information

#182262 (or 0x182262) is unknown color: approx Midnight Blue. HEX triplet: 18, 22 and 62. RGB value is (24,34,98). Sum of RGB (Red+Green+Blue) = 24+34+98=156 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.38% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 98 (38.67% from 255 or 62.82% from 156); Max value from RGB is 98 - color contains mainly: blue. Hex color #182262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #182262 is #E7DD9D. Grayscale: #262626. Windows color (decimal): -15195550 or 6431256. OLE color: 6431256.

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

Color convert

RGB243498-
CMYK0.760.6500.62
HSL231.89º60.66%23.92%-
HSV(B)231.89º75.51%38.43%-
XYZ3.152.2211.82-
YUV38.31161.69117.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.38%
GREEN value IS 34 (13.67% from 255) = 21.79%
BLUE value IS 98 (38.67% from 255) = 62.82%
R=15.38%
G=21.79%
B=62.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2434980.760.6500.62231.8960.6623.92
Hex1822624C4103Ee83d18
Octal30421421141010763507530
Binary1100010001011000101001100100000101111101110100011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182262; }

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

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

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

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

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

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

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

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