Shades of Cerulean #067DB8
Tints of Cerulean #067DB8
RGB
CMYK
RGB Variations
Color information
#067DB8 (or 0x067DB8) is known color: Cerulean. HEX triplet: 06, 7D and B8. RGB value is (6,125,184). Sum of RGB (Red+Green+Blue) = 6+125+184=315 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.90% from 315); Green value is 125 (49.22% from 255 or 39.68% from 315); Blue value is 184 (72.27% from 255 or 58.41% from 315); Max value from RGB is 184 - color contains mainly: blue. Hex color #067DB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #067DB8 is #F98247. Grayscale: #5F5F5F. Windows color (decimal): -16351816 or 12090630. OLE color: 12090630.
HSL color Cylindrical-coordinate representation of color #067DB8: hue angle of 199.89º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #067DB8 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 6 | 125 | 184 | - |
| CMYK | 0.97 | 0.32 | 0 | 0.28 |
| HSL | 199.89º | 0.94% | 0.37% | - |
| HSV(B) | 199.89º | 0.97% | 0.72% | - |
| XYZ | 16.06 | 18.17 | 48.01 | - |
| YUV | 96.15 | 177.58 | 63.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 184 | 0.97 | 0.32 | 0 | 0.28 | 199.89 | 0.94 | 0.37 |
| Hex | 6 | 7D | B8 | 61 | 20 | 0 | 1C | C8 | 5E | 25 |
| Octal | 6 | 175 | 270 | 141 | 40 | 0 | 34 | 310 | 136 | 45 |
| Binary | 110 | 1111101 | 10111000 | 1100001 | 100000 | 0 | 11100 | 11001000 | 1011110 | 100101 |
Color Harmonies of #067DB8
Complementary color
Monochromatic Colors of #067DB8
Black with #067DB8
Text Example
Text Example
White with #067DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DB8; }
p { color: rgb(6,125,184); }
H1.HeaderClassName
{
color: #067DB8;
}
.AnyTagClassName
{
color: #067DB8;
}
</style>
background-color css
<style>
a { background-color: #067DB8; }
a { background-color: rgb(6,125,184); }
div.DivClassName
{
background-color: #067DB8;
}
.BgClassName
{
background-color: #067DB8;
}
</style>
border-color css
<style>
span { border-color: #067DB8; }
span { border-color: rgb(6,125,184); }
td.TdClassName
{
border-color: #067DB8;
}
.TagClassName
{
border-color: #067DB8;
}
</style>