Shades of Cerulean #0177BB
Tints of Cerulean #0177BB
RGB
CMYK
RGB Variations
Color information
#0177BB (or 0x0177BB) is known color: Cerulean. HEX triplet: 01, 77 and BB. RGB value is (1,119,187). Sum of RGB (Red+Green+Blue) = 1+119+187=307 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 187 (73.44% from 255 or 60.91% from 307); Max value from RGB is 187 - color contains mainly: blue. Hex color #0177BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0177BB is #FE8844. Grayscale: #5B5B5B. Windows color (decimal): -16681029 or 12285697. OLE color: 12285697.
HSL color Cylindrical-coordinate representation of color #0177BB: hue angle of 201.94º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0177BB is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 1 | 119 | 187 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.27 |
| HSL | 201.94º | 0.99% | 0.37% | - |
| HSV(B) | 201.94º | 0.99% | 0.73% | - |
| XYZ | 15.58 | 16.79 | 49.43 | - |
| YUV | 91.47 | 181.91 | 63.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 187 | 0.99 | 0.36 | 0 | 0.27 | 201.94 | 0.99 | 0.37 |
| Hex | 1 | 77 | BB | 63 | 24 | 0 | 1B | CA | 63 | 25 |
| Octal | 1 | 167 | 273 | 143 | 44 | 0 | 33 | 312 | 143 | 45 |
| Binary | 1 | 1110111 | 10111011 | 1100011 | 100100 | 0 | 11011 | 11001010 | 1100011 | 100101 |
Color Harmonies of #0177BB
Complementary color
Monochromatic Colors of #0177BB
Black with #0177BB
Text Example
Text Example
White with #0177BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0177BB; }
p { color: rgb(1,119,187); }
H1.HeaderClassName
{
color: #0177BB;
}
.AnyTagClassName
{
color: #0177BB;
}
</style>
background-color css
<style>
a { background-color: #0177BB; }
a { background-color: rgb(1,119,187); }
div.DivClassName
{
background-color: #0177BB;
}
.BgClassName
{
background-color: #0177BB;
}
</style>
border-color css
<style>
span { border-color: #0177BB; }
span { border-color: rgb(1,119,187); }
td.TdClassName
{
border-color: #0177BB;
}
.TagClassName
{
border-color: #0177BB;
}
</style>