Shades of Cerulean #077BBD
Tints of Cerulean #077BBD
RGB
CMYK
RGB Variations
Color information
#077BBD (or 0x077BBD) is known color: Cerulean. HEX triplet: 07, 7B and BD. RGB value is (7,123,189). Sum of RGB (Red+Green+Blue) = 7+123+189=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #077BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #077BBD is #F88442. Grayscale: #5F5F5F. Windows color (decimal): -16286787 or 12417799. OLE color: 12417799.
HSL color Cylindrical-coordinate representation of color #077BBD: hue angle of 201.76º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #077BBD is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 123 | 189 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.26 |
| HSL | 201.76º | 0.93% | 0.38% | - |
| HSV(B) | 201.76º | 0.96% | 0.74% | - |
| XYZ | 16.36 | 17.89 | 50.73 | - |
| YUV | 95.84 | 180.57 | 64.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 123 | 189 | 0.96 | 0.35 | 0 | 0.26 | 201.76 | 0.93 | 0.38 |
| Hex | 7 | 7B | BD | 60 | 23 | 0 | 1A | CA | 5D | 26 |
| Octal | 7 | 173 | 275 | 140 | 43 | 0 | 32 | 312 | 135 | 46 |
| Binary | 111 | 1111011 | 10111101 | 1100000 | 100011 | 0 | 11010 | 11001010 | 1011101 | 100110 |
Color Harmonies of #077BBD
Complementary color
Monochromatic Colors of #077BBD
Black with #077BBD
Text Example
Text Example
White with #077BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077BBD; }
p { color: rgb(7,123,189); }
H1.HeaderClassName
{
color: #077BBD;
}
.AnyTagClassName
{
color: #077BBD;
}
</style>
background-color css
<style>
a { background-color: #077BBD; }
a { background-color: rgb(7,123,189); }
div.DivClassName
{
background-color: #077BBD;
}
.BgClassName
{
background-color: #077BBD;
}
</style>
border-color css
<style>
span { border-color: #077BBD; }
span { border-color: rgb(7,123,189); }
td.TdClassName
{
border-color: #077BBD;
}
.TagClassName
{
border-color: #077BBD;
}
</style>