Shades of Cerulean #07669F
Tints of Cerulean #07669F
RGB
CMYK
RGB Variations
Color information
#07669F (or 0x07669F) is known color: Cerulean. HEX triplet: 07, 66 and 9F. RGB value is (7,102,159). Sum of RGB (Red+Green+Blue) = 7+102+159=268 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.61% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 159 (62.5% from 255 or 59.33% from 268); Max value from RGB is 159 - color contains mainly: blue. Hex color #07669F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07669F is #F89960. Grayscale: #4F4F4F. Windows color (decimal): -16292193 or 10446343. OLE color: 10446343.
HSL color Cylindrical-coordinate representation of color #07669F: hue angle of 202.5º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07669F is Cyan = 0.96, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 7 | 102 | 159 | - |
| CMYK | 0.96 | 0.36 | 0 | 0.38 |
| HSL | 202.5º | 0.92% | 0.33% | - |
| HSV(B) | 202.5º | 0.96% | 0.62% | - |
| XYZ | 11.1 | 12.05 | 34.54 | - |
| YUV | 80.09 | 172.53 | 75.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 159 | 0.96 | 0.36 | 0 | 0.38 | 202.5 | 0.92 | 0.33 |
| Hex | 7 | 66 | 9F | 60 | 24 | 0 | 26 | CA | 5C | 21 |
| Octal | 7 | 146 | 237 | 140 | 44 | 0 | 46 | 312 | 134 | 41 |
| Binary | 111 | 1100110 | 10011111 | 1100000 | 100100 | 0 | 100110 | 11001010 | 1011100 | 100001 |
Color Harmonies of #07669F
Complementary color
Monochromatic Colors of #07669F
Black with #07669F
Text Example
Text Example
White with #07669F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07669F; }
p { color: rgb(7,102,159); }
H1.HeaderClassName
{
color: #07669F;
}
.AnyTagClassName
{
color: #07669F;
}
</style>
background-color css
<style>
a { background-color: #07669F; }
a { background-color: rgb(7,102,159); }
div.DivClassName
{
background-color: #07669F;
}
.BgClassName
{
background-color: #07669F;
}
</style>
border-color css
<style>
span { border-color: #07669F; }
span { border-color: rgb(7,102,159); }
td.TdClassName
{
border-color: #07669F;
}
.TagClassName
{
border-color: #07669F;
}
</style>