Shades of Resolution Blue #183382
Tints of Resolution Blue #183382
RGB
CMYK
RGB Variations
Color information
#183382 (or 0x183382) is known color: 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
| RGB | 24 | 51 | 130 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.49 |
| HSL | 224.72º | 0.69% | 0.3% | - |
| HSV(B) | 224.72º | 0.82% | 0.51% | - |
| XYZ | 5.59 | 4.17 | 21.63 | - |
| YUV | 51.93 | 172.05 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 130 | 0.82 | 0.61 | 0 | 0.49 | 224.72 | 0.69 | 0.3 |
| Hex | 18 | 33 | 82 | 52 | 3D | 0 | 31 | E1 | 45 | 1E |
| Octal | 30 | 63 | 202 | 122 | 75 | 0 | 61 | 341 | 105 | 36 |
| Binary | 11000 | 110011 | 10000010 | 1010010 | 111101 | 0 | 110001 | 11100001 | 1000101 | 11110 |
Color Harmonies of #183382
Complementary color
Monochromatic Colors of #183382
Black with #183382
Text Example
Text Example
White with #183382
Text Example
Text Example
HTML Codes & Css Web 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>