Shades of Cerulean #0774B0
Tints of Cerulean #0774B0
RGB
CMYK
RGB Variations
Color information
#0774B0 (or 0x0774B0) is known color: Cerulean. HEX triplet: 07, 74 and B0. RGB value is (7,116,176). Sum of RGB (Red+Green+Blue) = 7+116+176=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 116 (45.70% from 255 or 38.80% from 299); Blue value is 176 (69.14% from 255 or 58.86% from 299); Max value from RGB is 176 - color contains mainly: blue. Hex color #0774B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0774B0 is #F88B4F. Grayscale: #595959. Windows color (decimal): -16288592 or 11564039. OLE color: 11564039.
HSL color Cylindrical-coordinate representation of color #0774B0: hue angle of 201.3º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0774B0 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 7 | 116 | 176 | - |
| CMYK | 0.96 | 0.34 | 0 | 0.31 |
| HSL | 201.3º | 0.92% | 0.36% | - |
| HSV(B) | 201.3º | 0.96% | 0.69% | - |
| XYZ | 14.17 | 15.67 | 43.35 | - |
| YUV | 90.25 | 176.39 | 68.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 176 | 0.96 | 0.34 | 0 | 0.31 | 201.3 | 0.92 | 0.36 |
| Hex | 7 | 74 | B0 | 60 | 22 | 0 | 1F | C9 | 5C | 24 |
| Octal | 7 | 164 | 260 | 140 | 42 | 0 | 37 | 311 | 134 | 44 |
| Binary | 111 | 1110100 | 10110000 | 1100000 | 100010 | 0 | 11111 | 11001001 | 1011100 | 100100 |
Color Harmonies of #0774B0
Complementary color
Monochromatic Colors of #0774B0
Black with #0774B0
Text Example
Text Example
White with #0774B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0774B0; }
p { color: rgb(7,116,176); }
H1.HeaderClassName
{
color: #0774B0;
}
.AnyTagClassName
{
color: #0774B0;
}
</style>
background-color css
<style>
a { background-color: #0774B0; }
a { background-color: rgb(7,116,176); }
div.DivClassName
{
background-color: #0774B0;
}
.BgClassName
{
background-color: #0774B0;
}
</style>
border-color css
<style>
span { border-color: #0774B0; }
span { border-color: rgb(7,116,176); }
td.TdClassName
{
border-color: #0774B0;
}
.TagClassName
{
border-color: #0774B0;
}
</style>