Shades of Cerulean #006FB4
Tints of Cerulean #006FB4
RGB
CMYK
RGB Variations
Color information
#006FB4 (or 0x006FB4) is known color: Cerulean. HEX triplet: 00, 6F and B4. RGB value is (0,111,180). Sum of RGB (Red+Green+Blue) = 0+111+180=291 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 291); Green value is 111 (43.75% from 255 or 38.14% from 291); Blue value is 180 (70.70% from 255 or 61.86% from 291); Max value from RGB is 180 - color contains mainly: blue. Hex color #006FB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FB4 is #FF904B. Grayscale: #555555. Windows color (decimal): -16748620 or 11824896. OLE color: 11824896.
HSL color Cylindrical-coordinate representation of color #006FB4: hue angle of 203º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FB4 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 111 | 180 | - |
| CMYK | 1 | 0.38 | 0 | 0.29 |
| HSL | 203º | 1% | 0.35% | - |
| HSV(B) | 203º | 1% | 0.71% | - |
| XYZ | 13.92 | 14.66 | 45.28 | - |
| YUV | 85.68 | 181.23 | 66.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 180 | 1 | 0.38 | 0 | 0.29 | 203 | 1 | 0.35 |
| Hex | 0 | 6F | B4 | 64 | 26 | 0 | 1D | CB | 64 | 23 |
| Octal | 0 | 157 | 264 | 144 | 46 | 0 | 35 | 313 | 144 | 43 |
| Binary | 0 | 1101111 | 10110100 | 1100100 | 100110 | 0 | 11101 | 11001011 | 1100100 | 100011 |
Color Harmonies of #006FB4
Complementary color
Monochromatic Colors of #006FB4
Black with #006FB4
Text Example
Text Example
White with #006FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FB4; }
p { color: rgb(0,111,180); }
H1.HeaderClassName
{
color: #006FB4;
}
.AnyTagClassName
{
color: #006FB4;
}
</style>
background-color css
<style>
a { background-color: #006FB4; }
a { background-color: rgb(0,111,180); }
div.DivClassName
{
background-color: #006FB4;
}
.BgClassName
{
background-color: #006FB4;
}
</style>
border-color css
<style>
span { border-color: #006FB4; }
span { border-color: rgb(0,111,180); }
td.TdClassName
{
border-color: #006FB4;
}
.TagClassName
{
border-color: #006FB4;
}
</style>