Shades of Cerulean #0672B9
Tints of Cerulean #0672B9
RGB
CMYK
RGB Variations
Color information
#0672B9 (or 0x0672B9) is known color: Cerulean. HEX triplet: 06, 72 and B9. RGB value is (6,114,185). Sum of RGB (Red+Green+Blue) = 6+114+185=305 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.97% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 185 (72.66% from 255 or 60.66% from 305); Max value from RGB is 185 - color contains mainly: blue. Hex color #0672B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0672B9 is #F98D46. Grayscale: #595959. Windows color (decimal): -16354631 or 12153350. OLE color: 12153350.
HSL color Cylindrical-coordinate representation of color #0672B9: hue angle of 203.8º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0672B9 is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 6 | 114 | 185 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.27 |
| HSL | 203.8º | 0.94% | 0.37% | - |
| HSV(B) | 203.8º | 0.97% | 0.73% | - |
| XYZ | 14.85 | 15.58 | 48.12 | - |
| YUV | 89.8 | 181.72 | 68.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 114 | 185 | 0.97 | 0.38 | 0 | 0.27 | 203.8 | 0.94 | 0.37 |
| Hex | 6 | 72 | B9 | 61 | 26 | 0 | 1B | CC | 5E | 25 |
| Octal | 6 | 162 | 271 | 141 | 46 | 0 | 33 | 314 | 136 | 45 |
| Binary | 110 | 1110010 | 10111001 | 1100001 | 100110 | 0 | 11011 | 11001100 | 1011110 | 100101 |
Color Harmonies of #0672B9
Complementary color
Monochromatic Colors of #0672B9
Black with #0672B9
Text Example
Text Example
White with #0672B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0672B9; }
p { color: rgb(6,114,185); }
H1.HeaderClassName
{
color: #0672B9;
}
.AnyTagClassName
{
color: #0672B9;
}
</style>
background-color css
<style>
a { background-color: #0672B9; }
a { background-color: rgb(6,114,185); }
div.DivClassName
{
background-color: #0672B9;
}
.BgClassName
{
background-color: #0672B9;
}
</style>
border-color css
<style>
span { border-color: #0672B9; }
span { border-color: rgb(6,114,185); }
td.TdClassName
{
border-color: #0672B9;
}
.TagClassName
{
border-color: #0672B9;
}
</style>