Shades of Cerulean #07649A
Tints of Cerulean #07649A
RGB
CMYK
RGB Variations
Color information
#07649A (or 0x07649A) is known color: Cerulean. HEX triplet: 07, 64 and 9A. RGB value is (7,100,154). Sum of RGB (Red+Green+Blue) = 7+100+154=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 154 (60.55% from 255 or 59.00% from 261); Max value from RGB is 154 - color contains mainly: blue. Hex color #07649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07649A is #F89B65. Grayscale: #4E4E4E. Windows color (decimal): -16292710 or 10118151. OLE color: 10118151.
HSL color Cylindrical-coordinate representation of color #07649A: hue angle of 202.04º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07649A is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 7 | 100 | 154 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.40 |
| HSL | 202.04º | 0.91% | 0.32% | - |
| HSV(B) | 202.04º | 0.95% | 0.6% | - |
| XYZ | 10.48 | 11.49 | 32.24 | - |
| YUV | 78.35 | 170.69 | 77.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 154 | 0.95 | 0.35 | 0 | 0.40 | 202.04 | 0.91 | 0.32 |
| Hex | 7 | 64 | 9A | 5F | 23 | 0 | 28 | CA | 5B | 20 |
| Octal | 7 | 144 | 232 | 137 | 43 | 0 | 50 | 312 | 133 | 40 |
| Binary | 111 | 1100100 | 10011010 | 1011111 | 100011 | 0 | 101000 | 11001010 | 1011011 | 100000 |
Color Harmonies of #07649A
Complementary color
Monochromatic Colors of #07649A
Black with #07649A
Text Example
Text Example
White with #07649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07649A; }
p { color: rgb(7,100,154); }
H1.HeaderClassName
{
color: #07649A;
}
.AnyTagClassName
{
color: #07649A;
}
</style>
background-color css
<style>
a { background-color: #07649A; }
a { background-color: rgb(7,100,154); }
div.DivClassName
{
background-color: #07649A;
}
.BgClassName
{
background-color: #07649A;
}
</style>
border-color css
<style>
span { border-color: #07649A; }
span { border-color: rgb(7,100,154); }
td.TdClassName
{
border-color: #07649A;
}
.TagClassName
{
border-color: #07649A;
}
</style>