Shades of Cerulean #067BAB
Tints of Cerulean #067BAB
RGB
CMYK
RGB Variations
Color information
#067BAB (or 0x067BAB) is known color: Cerulean. HEX triplet: 06, 7B and AB. RGB value is (6,123,171). Sum of RGB (Red+Green+Blue) = 6+123+171=300 (39% of max value = 765). Red value is 6 (2.73% from 255 or 2% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #067BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067BAB is #F98454. Grayscale: #5D5D5D. Windows color (decimal): -16352341 or 11238150. OLE color: 11238150.
HSL color Cylindrical-coordinate representation of color #067BAB: hue angle of 197.45º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #067BAB is Cyan = 0.96, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 6 | 123 | 171 | - |
| CMYK | 0.96 | 0.28 | 0 | 0.33 |
| HSL | 197.45º | 0.93% | 0.35% | - |
| HSV(B) | 197.45º | 0.96% | 0.67% | - |
| XYZ | 14.51 | 17.14 | 41.07 | - |
| YUV | 93.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 123 | 171 | 0.96 | 0.28 | 0 | 0.33 | 197.45 | 0.93 | 0.35 |
| Hex | 6 | 7B | AB | 60 | 1C | 0 | 21 | C5 | 5D | 23 |
| Octal | 6 | 173 | 253 | 140 | 34 | 0 | 41 | 305 | 135 | 43 |
| Binary | 110 | 1111011 | 10101011 | 1100000 | 11100 | 0 | 100001 | 11000101 | 1011101 | 100011 |
Color Harmonies of #067BAB
Complementary color
Monochromatic Colors of #067BAB
Black with #067BAB
Text Example
Text Example
White with #067BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067BAB; }
p { color: rgb(6,123,171); }
H1.HeaderClassName
{
color: #067BAB;
}
.AnyTagClassName
{
color: #067BAB;
}
</style>
background-color css
<style>
a { background-color: #067BAB; }
a { background-color: rgb(6,123,171); }
div.DivClassName
{
background-color: #067BAB;
}
.BgClassName
{
background-color: #067BAB;
}
</style>
border-color css
<style>
span { border-color: #067BAB; }
span { border-color: rgb(6,123,171); }
td.TdClassName
{
border-color: #067BAB;
}
.TagClassName
{
border-color: #067BAB;
}
</style>