Shades of Cerulean #067FB1
Tints of Cerulean #067FB1
RGB
CMYK
RGB Variations
Color information
#067FB1 (or 0x067FB1) is known color: Cerulean. HEX triplet: 06, 7F and B1. RGB value is (6,127,177). Sum of RGB (Red+Green+Blue) = 6+127+177=310 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.94% from 310); Green value is 127 (50% from 255 or 40.97% from 310); Blue value is 177 (69.53% from 255 or 57.10% from 310); Max value from RGB is 177 - color contains mainly: blue. Hex color #067FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067FB1 is #F9804E. Grayscale: #606060. Windows color (decimal): -16351311 or 11632390. OLE color: 11632390.
HSL color Cylindrical-coordinate representation of color #067FB1: hue angle of 197.54º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067FB1 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 127 | 177 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.31 |
| HSL | 197.54º | 0.93% | 0.36% | - |
| HSV(B) | 197.54º | 0.97% | 0.69% | - |
| XYZ | 15.6 | 18.39 | 44.32 | - |
| YUV | 96.52 | 173.41 | 63.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 127 | 177 | 0.97 | 0.28 | 0 | 0.31 | 197.54 | 0.93 | 0.36 |
| Hex | 6 | 7F | B1 | 61 | 1C | 0 | 1F | C6 | 5D | 24 |
| Octal | 6 | 177 | 261 | 141 | 34 | 0 | 37 | 306 | 135 | 44 |
| Binary | 110 | 1111111 | 10110001 | 1100001 | 11100 | 0 | 11111 | 11000110 | 1011101 | 100100 |
Color Harmonies of #067FB1
Complementary color
Monochromatic Colors of #067FB1
Black with #067FB1
Text Example
Text Example
White with #067FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067FB1; }
p { color: rgb(6,127,177); }
H1.HeaderClassName
{
color: #067FB1;
}
.AnyTagClassName
{
color: #067FB1;
}
</style>
background-color css
<style>
a { background-color: #067FB1; }
a { background-color: rgb(6,127,177); }
div.DivClassName
{
background-color: #067FB1;
}
.BgClassName
{
background-color: #067FB1;
}
</style>
border-color css
<style>
span { border-color: #067FB1; }
span { border-color: rgb(6,127,177); }
td.TdClassName
{
border-color: #067FB1;
}
.TagClassName
{
border-color: #067FB1;
}
</style>