Shades of Cerulean #07629B
Tints of Cerulean #07629B
RGB
CMYK
RGB Variations
Color information
#07629B (or 0x07629B) is known color: Cerulean. HEX triplet: 07, 62 and 9B. RGB value is (7,98,155). Sum of RGB (Red+Green+Blue) = 7+98+155=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 98 (38.67% from 255 or 37.69% from 260); Blue value is 155 (60.94% from 255 or 59.62% from 260); Max value from RGB is 155 - color contains mainly: blue. Hex color #07629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07629B is #F89D64. Grayscale: #4C4C4C. Windows color (decimal): -16293221 or 10183175. OLE color: 10183175.
HSL color Cylindrical-coordinate representation of color #07629B: hue angle of 203.11º 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 #07629B is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 98 | 155 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.39 |
| HSL | 203.11º | 0.91% | 0.32% | - |
| HSV(B) | 203.11º | 0.95% | 0.61% | - |
| XYZ | 10.37 | 11.15 | 32.62 | - |
| YUV | 77.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 155 | 0.95 | 0.37 | 0 | 0.39 | 203.11 | 0.91 | 0.32 |
| Hex | 7 | 62 | 9B | 5F | 25 | 0 | 27 | CB | 5B | 20 |
| Octal | 7 | 142 | 233 | 137 | 45 | 0 | 47 | 313 | 133 | 40 |
| Binary | 111 | 1100010 | 10011011 | 1011111 | 100101 | 0 | 100111 | 11001011 | 1011011 | 100000 |
Color Harmonies of #07629B
Complementary color
Monochromatic Colors of #07629B
Black with #07629B
Text Example
Text Example
White with #07629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07629B; }
p { color: rgb(7,98,155); }
H1.HeaderClassName
{
color: #07629B;
}
.AnyTagClassName
{
color: #07629B;
}
</style>
background-color css
<style>
a { background-color: #07629B; }
a { background-color: rgb(7,98,155); }
div.DivClassName
{
background-color: #07629B;
}
.BgClassName
{
background-color: #07629B;
}
</style>
border-color css
<style>
span { border-color: #07629B; }
span { border-color: rgb(7,98,155); }
td.TdClassName
{
border-color: #07629B;
}
.TagClassName
{
border-color: #07629B;
}
</style>