#183482

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

Shades of Resolution Blue #183482

Tints of Resolution Blue #183482

Color information

#183482 (or 0x183482) is unknown color: approx Resolution Blue. HEX triplet: 18, 34 and 82. RGB value is (24,52,130). Sum of RGB (Red+Green+Blue) = 24+52+130=206 (27% of max value = 765). Red value is 24 (9.77% from 255 or 11.65% from 206); Green value is 52 (20.70% from 255 or 25.24% from 206); Blue value is 130 (51.17% from 255 or 63.11% from 206); Max value from RGB is 130 - color contains mainly: blue. Hex color #183482 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #183482 is #E7CB7D. Grayscale: #343434. Windows color (decimal): -15190910 or 8533016. OLE color: 8533016.

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

Color convert

RGB2452130-
CMYK0.820.6000.49
HSL224.15º68.83%30.2%-
HSV(B)224.15º81.54%50.98%-
XYZ5.634.2621.64-
YUV52.52171.72107.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.65%
GREEN value IS 52 (20.70% from 255) = 25.24%
BLUE value IS 130 (51.17% from 255) = 63.11%
R=11.65%
G=25.24%
B=63.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24521300.820.6000.49224.1568.8330.2
Hex183482523C031e0451e
Octal30642021227406134010536
Binary11000110100100000101010010111100011000111100000100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #183482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #183482; }

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

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

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

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

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

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

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

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