Shades of Cerulean #07659C
Tints of Cerulean #07659C
RGB
CMYK
RGB Variations
Color information
#07659C (or 0x07659C) is known color: Cerulean. HEX triplet: 07, 65 and 9C. RGB value is (7,101,156). Sum of RGB (Red+Green+Blue) = 7+101+156=264 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.65% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #07659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07659C is #F89A63. Grayscale: #4E4E4E. Windows color (decimal): -16292452 or 10249479. OLE color: 10249479.
HSL color Cylindrical-coordinate representation of color #07659C: hue angle of 202.15º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07659C is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 7 | 101 | 156 | - |
| CMYK | 0.96 | 0.35 | 0 | 0.39 |
| HSL | 202.15º | 0.91% | 0.32% | - |
| HSV(B) | 202.15º | 0.96% | 0.61% | - |
| XYZ | 10.74 | 11.75 | 33.15 | - |
| YUV | 79.16 | 171.36 | 76.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 101 | 156 | 0.96 | 0.35 | 0 | 0.39 | 202.15 | 0.91 | 0.32 |
| Hex | 7 | 65 | 9C | 60 | 23 | 0 | 27 | CA | 5B | 20 |
| Octal | 7 | 145 | 234 | 140 | 43 | 0 | 47 | 312 | 133 | 40 |
| Binary | 111 | 1100101 | 10011100 | 1100000 | 100011 | 0 | 100111 | 11001010 | 1011011 | 100000 |
Color Harmonies of #07659C
Complementary color
Monochromatic Colors of #07659C
Black with #07659C
Text Example
Text Example
White with #07659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07659C; }
p { color: rgb(7,101,156); }
H1.HeaderClassName
{
color: #07659C;
}
.AnyTagClassName
{
color: #07659C;
}
</style>
background-color css
<style>
a { background-color: #07659C; }
a { background-color: rgb(7,101,156); }
div.DivClassName
{
background-color: #07659C;
}
.BgClassName
{
background-color: #07659C;
}
</style>
border-color css
<style>
span { border-color: #07659C; }
span { border-color: rgb(7,101,156); }
td.TdClassName
{
border-color: #07659C;
}
.TagClassName
{
border-color: #07659C;
}
</style>