Shades of Cerulean #0775BB
Tints of Cerulean #0775BB
RGB
CMYK
RGB Variations
Color information
#0775BB (or 0x0775BB) is known color: Cerulean. HEX triplet: 07, 75 and BB. RGB value is (7,117,187). Sum of RGB (Red+Green+Blue) = 7+117+187=311 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.25% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #0775BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0775BB is #F88A44. Grayscale: #5B5B5B. Windows color (decimal): -16288325 or 12285191. OLE color: 12285191.
HSL color Cylindrical-coordinate representation of color #0775BB: hue angle of 203.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0775BB is Cyan = 0.96, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 117 | 187 | - |
| CMYK | 0.96 | 0.37 | 0 | 0.27 |
| HSL | 203.33º | 0.93% | 0.38% | - |
| HSV(B) | 203.33º | 0.96% | 0.73% | - |
| XYZ | 15.42 | 16.36 | 49.36 | - |
| YUV | 92.09 | 181.56 | 67.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 117 | 187 | 0.96 | 0.37 | 0 | 0.27 | 203.33 | 0.93 | 0.38 |
| Hex | 7 | 75 | BB | 60 | 25 | 0 | 1B | CB | 5D | 26 |
| Octal | 7 | 165 | 273 | 140 | 45 | 0 | 33 | 313 | 135 | 46 |
| Binary | 111 | 1110101 | 10111011 | 1100000 | 100101 | 0 | 11011 | 11001011 | 1011101 | 100110 |
Color Harmonies of #0775BB
Complementary color
Monochromatic Colors of #0775BB
Black with #0775BB
Text Example
Text Example
White with #0775BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0775BB; }
p { color: rgb(7,117,187); }
H1.HeaderClassName
{
color: #0775BB;
}
.AnyTagClassName
{
color: #0775BB;
}
</style>
background-color css
<style>
a { background-color: #0775BB; }
a { background-color: rgb(7,117,187); }
div.DivClassName
{
background-color: #0775BB;
}
.BgClassName
{
background-color: #0775BB;
}
</style>
border-color css
<style>
span { border-color: #0775BB; }
span { border-color: rgb(7,117,187); }
td.TdClassName
{
border-color: #0775BB;
}
.TagClassName
{
border-color: #0775BB;
}
</style>