Shades of Dark Cerulean #174485
Tints of Dark Cerulean #174485
RGB
CMYK
RGB Variations
Color information
#174485 (or 0x174485) is known color: Dark Cerulean. HEX triplet: 17, 44 and 85. RGB value is (23,68,133). Sum of RGB (Red+Green+Blue) = 23+68+133=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #174485 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174485 is #E8BB7A. Grayscale: #3D3D3D. Windows color (decimal): -15252347 or 8733719. OLE color: 8733719.
HSL color Cylindrical-coordinate representation of color #174485: hue angle of 215.45º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #174485 is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 68 | 133 | - |
| CMYK | 0.83 | 0.49 | 0 | 0.48 |
| HSL | 215.45º | 0.71% | 0.31% | - |
| HSV(B) | 215.45º | 0.83% | 0.52% | - |
| XYZ | 6.65 | 6.01 | 23 | - |
| YUV | 61.96 | 168.09 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 68 | 133 | 0.83 | 0.49 | 0 | 0.48 | 215.45 | 0.71 | 0.31 |
| Hex | 17 | 44 | 85 | 53 | 31 | 0 | 30 | D7 | 47 | 1F |
| Octal | 27 | 104 | 205 | 123 | 61 | 0 | 60 | 327 | 107 | 37 |
| Binary | 10111 | 1000100 | 10000101 | 1010011 | 110001 | 0 | 110000 | 11010111 | 1000111 | 11111 |
Color Harmonies of #174485
Complementary color
Monochromatic Colors of #174485
Black with #174485
Text Example
Text Example
White with #174485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174485; }
p { color: rgb(23,68,133); }
H1.HeaderClassName
{
color: #174485;
}
.AnyTagClassName
{
color: #174485;
}
</style>
background-color css
<style>
a { background-color: #174485; }
a { background-color: rgb(23,68,133); }
div.DivClassName
{
background-color: #174485;
}
.BgClassName
{
background-color: #174485;
}
</style>
border-color css
<style>
span { border-color: #174485; }
span { border-color: rgb(23,68,133); }
td.TdClassName
{
border-color: #174485;
}
.TagClassName
{
border-color: #174485;
}
</style>