Shades of Dark Cerulean #174282
Tints of Dark Cerulean #174282
RGB
CMYK
RGB Variations
Color information
#174282 (or 0x174282) is known color: Dark Cerulean. HEX triplet: 17, 42 and 82. RGB value is (23,66,130). Sum of RGB (Red+Green+Blue) = 23+66+130=219 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.50% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #174282 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #174282 is #E8BD7D. Grayscale: #3C3C3C. Windows color (decimal): -15252862 or 8536599. OLE color: 8536599.
HSL color Cylindrical-coordinate representation of color #174282: hue angle of 215.89º degrees, saturation: 0.7, 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 #174282 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 23 | 66 | 130 | - |
| CMYK | 0.82 | 0.49 | 0 | 0.49 |
| HSL | 215.89º | 0.7% | 0.3% | - |
| HSV(B) | 215.89º | 0.82% | 0.51% | - |
| XYZ | 6.33 | 5.69 | 21.88 | - |
| YUV | 60.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 66 | 130 | 0.82 | 0.49 | 0 | 0.49 | 215.89 | 0.7 | 0.3 |
| Hex | 17 | 42 | 82 | 52 | 31 | 0 | 31 | D8 | 46 | 1E |
| Octal | 27 | 102 | 202 | 122 | 61 | 0 | 61 | 330 | 106 | 36 |
| Binary | 10111 | 1000010 | 10000010 | 1010010 | 110001 | 0 | 110001 | 11011000 | 1000110 | 11110 |
Color Harmonies of #174282
Complementary color
Monochromatic Colors of #174282
Black with #174282
Text Example
Text Example
White with #174282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174282; }
p { color: rgb(23,66,130); }
H1.HeaderClassName
{
color: #174282;
}
.AnyTagClassName
{
color: #174282;
}
</style>
background-color css
<style>
a { background-color: #174282; }
a { background-color: rgb(23,66,130); }
div.DivClassName
{
background-color: #174282;
}
.BgClassName
{
background-color: #174282;
}
</style>
border-color css
<style>
span { border-color: #174282; }
span { border-color: rgb(23,66,130); }
td.TdClassName
{
border-color: #174282;
}
.TagClassName
{
border-color: #174282;
}
</style>