Shades of Cerulean #07609B
Tints of Cerulean #07609B
RGB
CMYK
RGB Variations
Color information
#07609B (or 0x07609B) is known color: Cerulean. HEX triplet: 07, 60 and 9B. RGB value is (7,96,155). Sum of RGB (Red+Green+Blue) = 7+96+155=258 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.71% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 155 (60.94% from 255 or 60.08% from 258); Max value from RGB is 155 - color contains mainly: blue. Hex color #07609B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07609B is #F89F64. Grayscale: #4B4B4B. Windows color (decimal): -16293733 or 10182663. OLE color: 10182663.
HSL color Cylindrical-coordinate representation of color #07609B: hue angle of 203.92º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07609B is Cyan = 0.95, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 96 | 155 | - |
| CMYK | 0.95 | 0.38 | 0 | 0.39 |
| HSL | 203.92º | 0.91% | 0.32% | - |
| HSV(B) | 203.92º | 0.95% | 0.61% | - |
| XYZ | 10.19 | 10.78 | 32.55 | - |
| YUV | 76.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 155 | 0.95 | 0.38 | 0 | 0.39 | 203.92 | 0.91 | 0.32 |
| Hex | 7 | 60 | 9B | 5F | 26 | 0 | 27 | CC | 5B | 20 |
| Octal | 7 | 140 | 233 | 137 | 46 | 0 | 47 | 314 | 133 | 40 |
| Binary | 111 | 1100000 | 10011011 | 1011111 | 100110 | 0 | 100111 | 11001100 | 1011011 | 100000 |
Color Harmonies of #07609B
Complementary color
Monochromatic Colors of #07609B
Black with #07609B
Text Example
Text Example
White with #07609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07609B; }
p { color: rgb(7,96,155); }
H1.HeaderClassName
{
color: #07609B;
}
.AnyTagClassName
{
color: #07609B;
}
</style>
background-color css
<style>
a { background-color: #07609B; }
a { background-color: rgb(7,96,155); }
div.DivClassName
{
background-color: #07609B;
}
.BgClassName
{
background-color: #07609B;
}
</style>
border-color css
<style>
span { border-color: #07609B; }
span { border-color: rgb(7,96,155); }
td.TdClassName
{
border-color: #07609B;
}
.TagClassName
{
border-color: #07609B;
}
</style>