Shades of Cerulean #06719B
Tints of Cerulean #06719B
RGB
CMYK
RGB Variations
Color information
#06719B (or 0x06719B) is known color: Cerulean. HEX triplet: 06, 71 and 9B. RGB value is (6,113,155). Sum of RGB (Red+Green+Blue) = 6+113+155=274 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.19% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 155 (60.94% from 255 or 56.57% from 274); Max value from RGB is 155 - color contains mainly: blue. Hex color #06719B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06719B is #F98E64. Grayscale: #555555. Windows color (decimal): -16354917 or 10187014. OLE color: 10187014.
HSL color Cylindrical-coordinate representation of color #06719B: hue angle of 196.91º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06719B is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 6 | 113 | 155 | - |
| CMYK | 0.96 | 0.27 | 0 | 0.39 |
| HSL | 196.91º | 0.93% | 0.32% | - |
| HSV(B) | 196.91º | 0.96% | 0.61% | - |
| XYZ | 11.9 | 14.22 | 33.13 | - |
| YUV | 85.8 | 167.05 | 71.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 155 | 0.96 | 0.27 | 0 | 0.39 | 196.91 | 0.93 | 0.32 |
| Hex | 6 | 71 | 9B | 60 | 1B | 0 | 27 | C5 | 5D | 20 |
| Octal | 6 | 161 | 233 | 140 | 33 | 0 | 47 | 305 | 135 | 40 |
| Binary | 110 | 1110001 | 10011011 | 1100000 | 11011 | 0 | 100111 | 11000101 | 1011101 | 100000 |
Color Harmonies of #06719B
Complementary color
Monochromatic Colors of #06719B
Black with #06719B
Text Example
Text Example
White with #06719B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06719B; }
p { color: rgb(6,113,155); }
H1.HeaderClassName
{
color: #06719B;
}
.AnyTagClassName
{
color: #06719B;
}
</style>
background-color css
<style>
a { background-color: #06719B; }
a { background-color: rgb(6,113,155); }
div.DivClassName
{
background-color: #06719B;
}
.BgClassName
{
background-color: #06719B;
}
</style>
border-color css
<style>
span { border-color: #06719B; }
span { border-color: rgb(6,113,155); }
td.TdClassName
{
border-color: #06719B;
}
.TagClassName
{
border-color: #06719B;
}
</style>