Shades of Cerulean #0174B4
Tints of Cerulean #0174B4
RGB
CMYK
RGB Variations
Color information
#0174B4 (or 0x0174B4) is known color: Cerulean. HEX triplet: 01, 74 and B4. RGB value is (1,116,180). Sum of RGB (Red+Green+Blue) = 1+116+180=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 116 (45.70% from 255 or 39.06% from 297); Blue value is 180 (70.70% from 255 or 60.61% from 297); Max value from RGB is 180 - color contains mainly: blue. Hex color #0174B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0174B4 is #FE8B4B. Grayscale: #585858. Windows color (decimal): -16681804 or 11826177. OLE color: 11826177.
HSL color Cylindrical-coordinate representation of color #0174B4: hue angle of 201.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0174B4 is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 1 | 116 | 180 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.29 |
| HSL | 201.45º | 0.99% | 0.35% | - |
| HSV(B) | 201.45º | 0.99% | 0.71% | - |
| XYZ | 14.5 | 15.79 | 45.46 | - |
| YUV | 88.91 | 179.4 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 180 | 0.99 | 0.36 | 0 | 0.29 | 201.45 | 0.99 | 0.35 |
| Hex | 1 | 74 | B4 | 63 | 24 | 0 | 1D | C9 | 63 | 23 |
| Octal | 1 | 164 | 264 | 143 | 44 | 0 | 35 | 311 | 143 | 43 |
| Binary | 1 | 1110100 | 10110100 | 1100011 | 100100 | 0 | 11101 | 11001001 | 1100011 | 100011 |
Color Harmonies of #0174B4
Complementary color
Monochromatic Colors of #0174B4
Black with #0174B4
Text Example
Text Example
White with #0174B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0174B4; }
p { color: rgb(1,116,180); }
H1.HeaderClassName
{
color: #0174B4;
}
.AnyTagClassName
{
color: #0174B4;
}
</style>
background-color css
<style>
a { background-color: #0174B4; }
a { background-color: rgb(1,116,180); }
div.DivClassName
{
background-color: #0174B4;
}
.BgClassName
{
background-color: #0174B4;
}
</style>
border-color css
<style>
span { border-color: #0174B4; }
span { border-color: rgb(1,116,180); }
td.TdClassName
{
border-color: #0174B4;
}
.TagClassName
{
border-color: #0174B4;
}
</style>