Shades of Resolution Blue #18347D
Tints of Resolution Blue #18347D
RGB
CMYK
RGB Variations
Color information
#18347D (or 0x18347D) is known color: Resolution Blue. HEX triplet: 18, 34 and 7D. RGB value is (24,52,125). Sum of RGB (Red+Green+Blue) = 24+52+125=201 (26% of max value = 765). Red value is 24 (9.77% from 255 or 11.94% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 125 (49.22% from 255 or 62.19% from 201); Max value from RGB is 125 - color contains mainly: blue. Hex color #18347D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18347D is #E7CB82. Grayscale: #333333. Windows color (decimal): -15190915 or 8205336. OLE color: 8205336.
HSL color Cylindrical-coordinate representation of color #18347D: hue angle of 223.37º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18347D is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 24 | 52 | 125 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.51 |
| HSL | 223.37º | 0.68% | 0.29% | - |
| HSV(B) | 223.37º | 0.81% | 0.49% | - |
| XYZ | 5.31 | 4.13 | 19.92 | - |
| YUV | 51.95 | 169.22 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 125 | 0.81 | 0.58 | 0 | 0.51 | 223.37 | 0.68 | 0.29 |
| Hex | 18 | 34 | 7D | 51 | 3A | 0 | 33 | DF | 44 | 1D |
| Octal | 30 | 64 | 175 | 121 | 72 | 0 | 63 | 337 | 104 | 35 |
| Binary | 11000 | 110100 | 1111101 | 1010001 | 111010 | 0 | 110011 | 11011111 | 1000100 | 11101 |
Color Harmonies of #18347D
Complementary color
Monochromatic Colors of #18347D
Black with #18347D
Text Example
Text Example
White with #18347D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18347D; }
p { color: rgb(24,52,125); }
H1.HeaderClassName
{
color: #18347D;
}
.AnyTagClassName
{
color: #18347D;
}
</style>
background-color css
<style>
a { background-color: #18347D; }
a { background-color: rgb(24,52,125); }
div.DivClassName
{
background-color: #18347D;
}
.BgClassName
{
background-color: #18347D;
}
</style>
border-color css
<style>
span { border-color: #18347D; }
span { border-color: rgb(24,52,125); }
td.TdClassName
{
border-color: #18347D;
}
.TagClassName
{
border-color: #18347D;
}
</style>