Shades of Cerulean #006FAC
Tints of Cerulean #006FAC
RGB
CMYK
RGB Variations
Color information
#006FAC (or 0x006FAC) is known color: Cerulean. HEX triplet: 00, 6F and AC. RGB value is (0,111,172). Sum of RGB (Red+Green+Blue) = 0+111+172=283 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 283); Green value is 111 (43.75% from 255 or 39.22% from 283); Blue value is 172 (67.58% from 255 or 60.78% from 283); Max value from RGB is 172 - color contains mainly: blue. Hex color #006FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAC is #FF9053. Grayscale: #545454. Windows color (decimal): -16748628 or 11300608. OLE color: 11300608.
HSL color Cylindrical-coordinate representation of color #006FAC: hue angle of 201.28º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FAC is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 111 | 172 | - |
| CMYK | 1 | 0.35 | 0 | 0.33 |
| HSL | 201.28º | 1% | 0.34% | - |
| HSV(B) | 201.28º | 1% | 0.67% | - |
| XYZ | 13.13 | 14.35 | 41.11 | - |
| YUV | 84.77 | 177.23 | 67.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 172 | 1 | 0.35 | 0 | 0.33 | 201.28 | 1 | 0.34 |
| Hex | 0 | 6F | AC | 64 | 23 | 0 | 21 | C9 | 64 | 22 |
| Octal | 0 | 157 | 254 | 144 | 43 | 0 | 41 | 311 | 144 | 42 |
| Binary | 0 | 1101111 | 10101100 | 1100100 | 100011 | 0 | 100001 | 11001001 | 1100100 | 100010 |
Color Harmonies of #006FAC
Complementary color
Monochromatic Colors of #006FAC
Black with #006FAC
Text Example
Text Example
White with #006FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FAC; }
p { color: rgb(0,111,172); }
H1.HeaderClassName
{
color: #006FAC;
}
.AnyTagClassName
{
color: #006FAC;
}
</style>
background-color css
<style>
a { background-color: #006FAC; }
a { background-color: rgb(0,111,172); }
div.DivClassName
{
background-color: #006FAC;
}
.BgClassName
{
background-color: #006FAC;
}
</style>
border-color css
<style>
span { border-color: #006FAC; }
span { border-color: rgb(0,111,172); }
td.TdClassName
{
border-color: #006FAC;
}
.TagClassName
{
border-color: #006FAC;
}
</style>