Shades of Dark Cerulean #174E85
Tints of Dark Cerulean #174E85
RGB
CMYK
RGB Variations
Color information
#174E85 (or 0x174E85) is known color: Dark Cerulean. HEX triplet: 17, 4E and 85. RGB value is (23,78,133). Sum of RGB (Red+Green+Blue) = 23+78+133=234 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.83% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #174E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #174E85 is #E8B17A. Grayscale: #434343. Windows color (decimal): -15249787 or 8736279. OLE color: 8736279.
HSL color Cylindrical-coordinate representation of color #174E85: hue angle of 210º 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 #174E85 is Cyan = 0.83, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 23 | 78 | 133 | - |
| CMYK | 0.83 | 0.41 | 0 | 0.48 |
| HSL | 210º | 0.71% | 0.31% | - |
| HSV(B) | 210º | 0.83% | 0.52% | - |
| XYZ | 7.31 | 7.32 | 23.22 | - |
| YUV | 67.83 | 164.78 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 78 | 133 | 0.83 | 0.41 | 0 | 0.48 | 210 | 0.71 | 0.31 |
| Hex | 17 | 4E | 85 | 53 | 29 | 0 | 30 | D2 | 47 | 1F |
| Octal | 27 | 116 | 205 | 123 | 51 | 0 | 60 | 322 | 107 | 37 |
| Binary | 10111 | 1001110 | 10000101 | 1010011 | 101001 | 0 | 110000 | 11010010 | 1000111 | 11111 |
Color Harmonies of #174E85
Complementary color
Monochromatic Colors of #174E85
Black with #174E85
Text Example
Text Example
White with #174E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #174E85; }
p { color: rgb(23,78,133); }
H1.HeaderClassName
{
color: #174E85;
}
.AnyTagClassName
{
color: #174E85;
}
</style>
background-color css
<style>
a { background-color: #174E85; }
a { background-color: rgb(23,78,133); }
div.DivClassName
{
background-color: #174E85;
}
.BgClassName
{
background-color: #174E85;
}
</style>
border-color css
<style>
span { border-color: #174E85; }
span { border-color: rgb(23,78,133); }
td.TdClassName
{
border-color: #174E85;
}
.TagClassName
{
border-color: #174E85;
}
</style>