Shades of Cerulean #007B9F
Tints of Cerulean #007B9F
RGB
CMYK
RGB Variations
Color information
#007B9F (or 0x007B9F) is known color: Cerulean. HEX triplet: 00, 7B and 9F. RGB value is (0,123,159). Sum of RGB (Red+Green+Blue) = 0+123+159=282 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #007B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007B9F is #FF8460. Grayscale: #5A5A5A. Windows color (decimal): -16745569 or 10451712. OLE color: 10451712.
HSL color Cylindrical-coordinate representation of color #007B9F: hue angle of 193.58º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007B9F is Cyan = 1, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 123 | 159 | - |
| CMYK | 1 | 0.23 | 0 | 0.38 |
| HSL | 193.58º | 1% | 0.31% | - |
| HSV(B) | 193.58º | 1% | 0.62% | - |
| XYZ | 13.34 | 16.67 | 35.32 | - |
| YUV | 90.33 | 166.75 | 63.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 159 | 1 | 0.23 | 0 | 0.38 | 193.58 | 1 | 0.31 |
| Hex | 0 | 7B | 9F | 64 | 17 | 0 | 26 | C2 | 64 | 1F |
| Octal | 0 | 173 | 237 | 144 | 27 | 0 | 46 | 302 | 144 | 37 |
| Binary | 0 | 1111011 | 10011111 | 1100100 | 10111 | 0 | 100110 | 11000010 | 1100100 | 11111 |
Color Harmonies of #007B9F
Complementary color
Monochromatic Colors of #007B9F
Black with #007B9F
Text Example
Text Example
White with #007B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007B9F; }
p { color: rgb(0,123,159); }
H1.HeaderClassName
{
color: #007B9F;
}
.AnyTagClassName
{
color: #007B9F;
}
</style>
background-color css
<style>
a { background-color: #007B9F; }
a { background-color: rgb(0,123,159); }
div.DivClassName
{
background-color: #007B9F;
}
.BgClassName
{
background-color: #007B9F;
}
</style>
border-color css
<style>
span { border-color: #007B9F; }
span { border-color: rgb(0,123,159); }
td.TdClassName
{
border-color: #007B9F;
}
.TagClassName
{
border-color: #007B9F;
}
</style>