Shades of Cerulean #007BB7
Tints of Cerulean #007BB7
RGB
CMYK
RGB Variations
Color information
#007BB7 (or 0x007BB7) is known color: Cerulean. HEX triplet: 00, 7B and B7. RGB value is (0,123,183). Sum of RGB (Red+Green+Blue) = 0+123+183=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 123 (48.44% from 255 or 40.20% from 306); Blue value is 183 (71.88% from 255 or 59.80% from 306); Max value from RGB is 183 - color contains mainly: blue. Hex color #007BB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007BB7 is #FF8448. Grayscale: #5C5C5C. Windows color (decimal): -16745545 or 12024576. OLE color: 12024576.
HSL color Cylindrical-coordinate representation of color #007BB7: hue angle of 199.67º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BB7 is Cyan = 1, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 123 | 183 | - |
| CMYK | 1 | 0.33 | 0 | 0.28 |
| HSL | 199.67º | 1% | 0.36% | - |
| HSV(B) | 199.67º | 1% | 0.72% | - |
| XYZ | 15.63 | 17.58 | 47.37 | - |
| YUV | 93.06 | 178.75 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 183 | 1 | 0.33 | 0 | 0.28 | 199.67 | 1 | 0.36 |
| Hex | 0 | 7B | B7 | 64 | 21 | 0 | 1C | C8 | 64 | 24 |
| Octal | 0 | 173 | 267 | 144 | 41 | 0 | 34 | 310 | 144 | 44 |
| Binary | 0 | 1111011 | 10110111 | 1100100 | 100001 | 0 | 11100 | 11001000 | 1100100 | 100100 |
Color Harmonies of #007BB7
Complementary color
Monochromatic Colors of #007BB7
Black with #007BB7
Text Example
Text Example
White with #007BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BB7; }
p { color: rgb(0,123,183); }
H1.HeaderClassName
{
color: #007BB7;
}
.AnyTagClassName
{
color: #007BB7;
}
</style>
background-color css
<style>
a { background-color: #007BB7; }
a { background-color: rgb(0,123,183); }
div.DivClassName
{
background-color: #007BB7;
}
.BgClassName
{
background-color: #007BB7;
}
</style>
border-color css
<style>
span { border-color: #007BB7; }
span { border-color: rgb(0,123,183); }
td.TdClassName
{
border-color: #007BB7;
}
.TagClassName
{
border-color: #007BB7;
}
</style>