#183382

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

Shades of Resolution Blue #183382

Tints of Resolution Blue #183382

Color information

#183382 (or 0x183382) is unknown color: approx Resolution Blue. HEX triplet: 18, 33 and 82. RGB value is (24,51,130). Sum of RGB (Red+Green+Blue) = 24+51+130=205 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.71% from 205); Green value is 51 (20.31% from 255 or 24.88% from 205); Blue value is 130 (51.17% from 255 or 63.41% from 205); Max value from RGB is 130 - color contains mainly: blue. Hex color #183382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183382 is #E7CC7D. Grayscale: #333333. Windows color (decimal): -15191166 or 8532760. OLE color: 8532760.

HSL color Cylindrical-coordinate representation of color #183382: hue angle of 224.72º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #183382 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2451130-
CMYK0.820.6100.49
HSL224.72º68.83%30.2%-
HSV(B)224.72º81.54%50.98%-
XYZ5.594.1721.63-
YUV51.93172.05108.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.71%
GREEN value IS 51 (20.31% from 255) = 24.88%
BLUE value IS 130 (51.17% from 255) = 63.41%
R=11.71%
G=24.88%
B=63.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24511300.820.6100.49224.7268.8330.2
Hex183382523D031e1451e
Octal30632021227506134110536
Binary11000110011100000101010010111101011000111100001100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183382; }

 p { color: rgb(24,51,130); }

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

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

 a { background-color: rgb(24,51,130); }

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

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

 span { border-color: rgb(24,51,130); }

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