Shades of Cerulean #006FB5
Tints of Cerulean #006FB5
RGB
CMYK
RGB Variations
Color information
#006FB5 (or 0x006FB5) is known color: Cerulean. HEX triplet: 00, 6F and B5. RGB value is (0,111,181). Sum of RGB (Red+Green+Blue) = 0+111+181=292 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 292); Green value is 111 (43.75% from 255 or 38.01% from 292); Blue value is 181 (71.09% from 255 or 61.99% from 292); Max value from RGB is 181 - color contains mainly: blue. Hex color #006FB5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006FB5 is #FF904A. Grayscale: #555555. Windows color (decimal): -16748619 or 11890432. OLE color: 11890432.
HSL color Cylindrical-coordinate representation of color #006FB5: hue angle of 203.2º 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 #006FB5 is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 111 | 181 | - |
| CMYK | 1 | 0.39 | 0 | 0.29 |
| HSL | 203.2º | 1% | 0.35% | - |
| HSV(B) | 203.2º | 1% | 0.71% | - |
| XYZ | 14.02 | 14.71 | 45.82 | - |
| YUV | 85.79 | 181.73 | 66.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 181 | 1 | 0.39 | 0 | 0.29 | 203.2 | 1 | 0.35 |
| Hex | 0 | 6F | B5 | 64 | 27 | 0 | 1D | CB | 64 | 23 |
| Octal | 0 | 157 | 265 | 144 | 47 | 0 | 35 | 313 | 144 | 43 |
| Binary | 0 | 1101111 | 10110101 | 1100100 | 100111 | 0 | 11101 | 11001011 | 1100100 | 100011 |
Color Harmonies of #006FB5
Complementary color
Monochromatic Colors of #006FB5
Black with #006FB5
Text Example
Text Example
White with #006FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FB5; }
p { color: rgb(0,111,181); }
H1.HeaderClassName
{
color: #006FB5;
}
.AnyTagClassName
{
color: #006FB5;
}
</style>
background-color css
<style>
a { background-color: #006FB5; }
a { background-color: rgb(0,111,181); }
div.DivClassName
{
background-color: #006FB5;
}
.BgClassName
{
background-color: #006FB5;
}
</style>
border-color css
<style>
span { border-color: #006FB5; }
span { border-color: rgb(0,111,181); }
td.TdClassName
{
border-color: #006FB5;
}
.TagClassName
{
border-color: #006FB5;
}
</style>