Shades of Cerulean #067BBC
Tints of Cerulean #067BBC
RGB
CMYK
RGB Variations
Color information
#067BBC (or 0x067BBC) is known color: Cerulean. HEX triplet: 06, 7B and BC. RGB value is (6,123,188). Sum of RGB (Red+Green+Blue) = 6+123+188=317 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 317); Green value is 123 (48.44% from 255 or 38.80% from 317); Blue value is 188 (73.83% from 255 or 59.31% from 317); Max value from RGB is 188 - color contains mainly: blue. Hex color #067BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067BBC is #F98443. Grayscale: #5F5F5F. Windows color (decimal): -16352324 or 12352262. OLE color: 12352262.
HSL color Cylindrical-coordinate representation of color #067BBC: hue angle of 201.43º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067BBC is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 123 | 188 | - |
| CMYK | 0.97 | 0.35 | 0 | 0.26 |
| HSL | 201.43º | 0.94% | 0.38% | - |
| HSV(B) | 201.43º | 0.97% | 0.74% | - |
| XYZ | 16.24 | 17.84 | 50.16 | - |
| YUV | 95.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 188 | 0.97 | 0.35 | 0 | 0.26 | 201.43 | 0.94 | 0.38 |
| Hex | 6 | 7B | BC | 61 | 23 | 0 | 1A | C9 | 5E | 26 |
| Octal | 6 | 173 | 274 | 141 | 43 | 0 | 32 | 311 | 136 | 46 |
| Binary | 110 | 1111011 | 10111100 | 1100001 | 100011 | 0 | 11010 | 11001001 | 1011110 | 100110 |
Color Harmonies of #067BBC
Complementary color
Monochromatic Colors of #067BBC
Black with #067BBC
Text Example
Text Example
White with #067BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BBC; }
p { color: rgb(6,123,188); }
H1.HeaderClassName
{
color: #067BBC;
}
.AnyTagClassName
{
color: #067BBC;
}
</style>
background-color css
<style>
a { background-color: #067BBC; }
a { background-color: rgb(6,123,188); }
div.DivClassName
{
background-color: #067BBC;
}
.BgClassName
{
background-color: #067BBC;
}
</style>
border-color css
<style>
span { border-color: #067BBC; }
span { border-color: rgb(6,123,188); }
td.TdClassName
{
border-color: #067BBC;
}
.TagClassName
{
border-color: #067BBC;
}
</style>