Shades of Cerulean #016B8F
Tints of Cerulean #016B8F
RGB
CMYK
RGB Variations
Color information
#016B8F (or 0x016B8F) is known color: Cerulean. HEX triplet: 01, 6B and 8F. RGB value is (1,107,143). Sum of RGB (Red+Green+Blue) = 1+107+143=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 143 (56.25% from 255 or 56.97% from 251); Max value from RGB is 143 - color contains mainly: blue. Hex color #016B8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016B8F is #FE9470. Grayscale: #4F4F4F. Windows color (decimal): -16684145 or 9399041. OLE color: 9399041.
HSL color Cylindrical-coordinate representation of color #016B8F: hue angle of 195.21º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B8F is Cyan = 0.99, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 107 | 143 | - |
| CMYK | 0.99 | 0.25 | 0 | 0.44 |
| HSL | 195.21º | 0.99% | 0.28% | - |
| HSV(B) | 195.21º | 0.99% | 0.56% | - |
| XYZ | 10.23 | 12.51 | 27.86 | - |
| YUV | 79.41 | 163.88 | 72.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 107 | 143 | 0.99 | 0.25 | 0 | 0.44 | 195.21 | 0.99 | 0.28 |
| Hex | 1 | 6B | 8F | 63 | 19 | 0 | 2C | C3 | 63 | 1C |
| Octal | 1 | 153 | 217 | 143 | 31 | 0 | 54 | 303 | 143 | 34 |
| Binary | 1 | 1101011 | 10001111 | 1100011 | 11001 | 0 | 101100 | 11000011 | 1100011 | 11100 |
Color Harmonies of #016B8F
Complementary color
Monochromatic Colors of #016B8F
Black with #016B8F
Text Example
Text Example
White with #016B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016B8F; }
p { color: rgb(1,107,143); }
H1.HeaderClassName
{
color: #016B8F;
}
.AnyTagClassName
{
color: #016B8F;
}
</style>
background-color css
<style>
a { background-color: #016B8F; }
a { background-color: rgb(1,107,143); }
div.DivClassName
{
background-color: #016B8F;
}
.BgClassName
{
background-color: #016B8F;
}
</style>
border-color css
<style>
span { border-color: #016B8F; }
span { border-color: rgb(1,107,143); }
td.TdClassName
{
border-color: #016B8F;
}
.TagClassName
{
border-color: #016B8F;
}
</style>