Shades of Cerulean #0B77AD
Tints of Cerulean #0B77AD
RGB
CMYK
RGB Variations
Color information
#0B77AD (or 0x0B77AD) is known color: Cerulean. HEX triplet: 0B, 77 and AD. RGB value is (11,119,173). Sum of RGB (Red+Green+Blue) = 11+119+173=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 119 (46.88% from 255 or 39.27% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #0B77AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B77AD is #F48852. Grayscale: #5C5C5C. Windows color (decimal): -16025683 or 11368203. OLE color: 11368203.
HSL color Cylindrical-coordinate representation of color #0B77AD: hue angle of 200º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B77AD is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 11 | 119 | 173 | - |
| CMYK | 0.94 | 0.31 | 0 | 0.32 |
| HSL | 200º | 0.88% | 0.36% | - |
| HSV(B) | 200º | 0.94% | 0.68% | - |
| XYZ | 14.28 | 16.28 | 41.93 | - |
| YUV | 92.86 | 173.22 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 119 | 173 | 0.94 | 0.31 | 0 | 0.32 | 200 | 0.88 | 0.36 |
| Hex | B | 77 | AD | 5E | 1F | 0 | 20 | C8 | 58 | 24 |
| Octal | 13 | 167 | 255 | 136 | 37 | 0 | 40 | 310 | 130 | 44 |
| Binary | 1011 | 1110111 | 10101101 | 1011110 | 11111 | 0 | 100000 | 11001000 | 1011000 | 100100 |
Color Harmonies of #0B77AD
Complementary color
Monochromatic Colors of #0B77AD
Black with #0B77AD
Text Example
Text Example
White with #0B77AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B77AD; }
p { color: rgb(11,119,173); }
H1.HeaderClassName
{
color: #0B77AD;
}
.AnyTagClassName
{
color: #0B77AD;
}
</style>
background-color css
<style>
a { background-color: #0B77AD; }
a { background-color: rgb(11,119,173); }
div.DivClassName
{
background-color: #0B77AD;
}
.BgClassName
{
background-color: #0B77AD;
}
</style>
border-color css
<style>
span { border-color: #0B77AD; }
span { border-color: rgb(11,119,173); }
td.TdClassName
{
border-color: #0B77AD;
}
.TagClassName
{
border-color: #0B77AD;
}
</style>