Shades of Dark Cerulean #174B8D
Tints of Dark Cerulean #174B8D
RGB
CMYK
RGB Variations
Color information
#174B8D (or 0x174B8D) is known color: Dark Cerulean. HEX triplet: 17, 4B and 8D. RGB value is (23,75,141). Sum of RGB (Red+Green+Blue) = 23+75+141=239 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.62% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #174B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174B8D is #E8B472. Grayscale: #424242. Windows color (decimal): -15250547 or 9259799. OLE color: 9259799.
HSL color Cylindrical-coordinate representation of color #174B8D: hue angle of 213.56º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #174B8D is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 23 | 75 | 141 | - |
| CMYK | 0.84 | 0.47 | 0 | 0.45 |
| HSL | 213.56º | 0.72% | 0.32% | - |
| HSV(B) | 213.56º | 0.84% | 0.55% | - |
| XYZ | 7.68 | 7.14 | 26.17 | - |
| YUV | 66.98 | 169.77 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 75 | 141 | 0.84 | 0.47 | 0 | 0.45 | 213.56 | 0.72 | 0.32 |
| Hex | 17 | 4B | 8D | 54 | 2F | 0 | 2D | D6 | 48 | 20 |
| Octal | 27 | 113 | 215 | 124 | 57 | 0 | 55 | 326 | 110 | 40 |
| Binary | 10111 | 1001011 | 10001101 | 1010100 | 101111 | 0 | 101101 | 11010110 | 1001000 | 100000 |
Color Harmonies of #174B8D
Complementary color
Monochromatic Colors of #174B8D
Black with #174B8D
Text Example
Text Example
White with #174B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174B8D; }
p { color: rgb(23,75,141); }
H1.HeaderClassName
{
color: #174B8D;
}
.AnyTagClassName
{
color: #174B8D;
}
</style>
background-color css
<style>
a { background-color: #174B8D; }
a { background-color: rgb(23,75,141); }
div.DivClassName
{
background-color: #174B8D;
}
.BgClassName
{
background-color: #174B8D;
}
</style>
border-color css
<style>
span { border-color: #174B8D; }
span { border-color: rgb(23,75,141); }
td.TdClassName
{
border-color: #174B8D;
}
.TagClassName
{
border-color: #174B8D;
}
</style>