Shades of Cerulean #067DB1
Tints of Cerulean #067DB1
RGB
CMYK
RGB Variations
Color information
#067DB1 (or 0x067DB1) is known color: Cerulean. HEX triplet: 06, 7D and B1. RGB value is (6,125,177). Sum of RGB (Red+Green+Blue) = 6+125+177=308 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.95% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 177 (69.53% from 255 or 57.47% from 308); Max value from RGB is 177 - color contains mainly: blue. Hex color #067DB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #067DB1 is #F9824E. Grayscale: #5F5F5F. Windows color (decimal): -16351823 or 11631878. OLE color: 11631878.
HSL color Cylindrical-coordinate representation of color #067DB1: hue angle of 198.25º 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 #067DB1 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 6 | 125 | 177 | - |
| CMYK | 0.97 | 0.29 | 0 | 0.31 |
| HSL | 198.25º | 0.93% | 0.36% | - |
| HSV(B) | 198.25º | 0.97% | 0.69% | - |
| XYZ | 15.34 | 17.88 | 44.24 | - |
| YUV | 95.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 125 | 177 | 0.97 | 0.29 | 0 | 0.31 | 198.25 | 0.93 | 0.36 |
| Hex | 6 | 7D | B1 | 61 | 1D | 0 | 1F | C6 | 5D | 24 |
| Octal | 6 | 175 | 261 | 141 | 35 | 0 | 37 | 306 | 135 | 44 |
| Binary | 110 | 1111101 | 10110001 | 1100001 | 11101 | 0 | 11111 | 11000110 | 1011101 | 100100 |
Color Harmonies of #067DB1
Complementary color
Monochromatic Colors of #067DB1
Black with #067DB1
Text Example
Text Example
White with #067DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #067DB1; }
p { color: rgb(6,125,177); }
H1.HeaderClassName
{
color: #067DB1;
}
.AnyTagClassName
{
color: #067DB1;
}
</style>
background-color css
<style>
a { background-color: #067DB1; }
a { background-color: rgb(6,125,177); }
div.DivClassName
{
background-color: #067DB1;
}
.BgClassName
{
background-color: #067DB1;
}
</style>
border-color css
<style>
span { border-color: #067DB1; }
span { border-color: rgb(6,125,177); }
td.TdClassName
{
border-color: #067DB1;
}
.TagClassName
{
border-color: #067DB1;
}
</style>