Shades of Cerulean #0769AD
Tints of Cerulean #0769AD
RGB
CMYK
RGB Variations
Color information
#0769AD (or 0x0769AD) is known color: Cerulean. HEX triplet: 07, 69 and AD. RGB value is (7,105,173). Sum of RGB (Red+Green+Blue) = 7+105+173=285 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.46% from 285); Green value is 105 (41.41% from 255 or 36.84% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #0769AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0769AD is #F89652. Grayscale: #535353. Windows color (decimal): -16291411 or 11364615. OLE color: 11364615.
HSL color Cylindrical-coordinate representation of color #0769AD: hue angle of 204.58º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0769AD is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 7 | 105 | 173 | - |
| CMYK | 0.96 | 0.39 | 0 | 0.32 |
| HSL | 204.58º | 0.92% | 0.35% | - |
| HSV(B) | 204.58º | 0.96% | 0.68% | - |
| XYZ | 12.68 | 13.17 | 41.41 | - |
| YUV | 83.45 | 178.53 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 173 | 0.96 | 0.39 | 0 | 0.32 | 204.58 | 0.92 | 0.35 |
| Hex | 7 | 69 | AD | 60 | 27 | 0 | 20 | CD | 5C | 23 |
| Octal | 7 | 151 | 255 | 140 | 47 | 0 | 40 | 315 | 134 | 43 |
| Binary | 111 | 1101001 | 10101101 | 1100000 | 100111 | 0 | 100000 | 11001101 | 1011100 | 100011 |
Color Harmonies of #0769AD
Complementary color
Monochromatic Colors of #0769AD
Black with #0769AD
Text Example
Text Example
White with #0769AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0769AD; }
p { color: rgb(7,105,173); }
H1.HeaderClassName
{
color: #0769AD;
}
.AnyTagClassName
{
color: #0769AD;
}
</style>
background-color css
<style>
a { background-color: #0769AD; }
a { background-color: rgb(7,105,173); }
div.DivClassName
{
background-color: #0769AD;
}
.BgClassName
{
background-color: #0769AD;
}
</style>
border-color css
<style>
span { border-color: #0769AD; }
span { border-color: rgb(7,105,173); }
td.TdClassName
{
border-color: #0769AD;
}
.TagClassName
{
border-color: #0769AD;
}
</style>