#183182

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

Shades of Resolution Blue #183182

Tints of Resolution Blue #183182

Color information

#183182 (or 0x183182) is unknown color: approx Resolution Blue. HEX triplet: 18, 31 and 82. RGB value is (24,49,130). Sum of RGB (Red+Green+Blue) = 24+49+130=203 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.82% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #183182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183182 is #E7CE7D. Grayscale: #323232. Windows color (decimal): -15191678 or 8532248. OLE color: 8532248.

HSL color Cylindrical-coordinate representation of color #183182: hue angle of 225.85º 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 #183182 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2449130-
CMYK0.820.6200.49
HSL225.85º68.83%30.2%-
HSV(B)225.85º81.54%50.98%-
XYZ5.5421.6-
YUV50.76172.72108.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.82%
GREEN value IS 49 (19.53% from 255) = 24.14%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=11.82%
G=24.14%
B=64.04%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24491300.820.6200.49225.8568.8330.2
Hex183182523E031e2451e
Octal30612021227606134210536
Binary11000110001100000101010010111110011000111100010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183182; }

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

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

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

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

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

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

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

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