Shades of Cerulean #006FA7
Tints of Cerulean #006FA7
RGB
CMYK
RGB Variations
Color information
#006FA7 (or 0x006FA7) is known color: Cerulean. HEX triplet: 00, 6F and A7. RGB value is (0,111,167). Sum of RGB (Red+Green+Blue) = 0+111+167=278 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 167 (65.62% from 255 or 60.07% from 278); Max value from RGB is 167 - color contains mainly: blue. Hex color #006FA7 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA7 is #FF9058. Grayscale: #535353. Windows color (decimal): -16748633 or 10972928. OLE color: 10972928.
HSL color Cylindrical-coordinate representation of color #006FA7: hue angle of 200.12º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA7 is Cyan = 1, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 0 | 111 | 167 | - |
| CMYK | 1 | 0.34 | 0 | 0.35 |
| HSL | 200.12º | 1% | 0.33% | - |
| HSV(B) | 200.12º | 1% | 0.65% | - |
| XYZ | 12.66 | 14.16 | 38.62 | - |
| YUV | 84.2 | 174.73 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 167 | 1 | 0.34 | 0 | 0.35 | 200.12 | 1 | 0.33 |
| Hex | 0 | 6F | A7 | 64 | 22 | 0 | 23 | C8 | 64 | 21 |
| Octal | 0 | 157 | 247 | 144 | 42 | 0 | 43 | 310 | 144 | 41 |
| Binary | 0 | 1101111 | 10100111 | 1100100 | 100010 | 0 | 100011 | 11001000 | 1100100 | 100001 |
Color Harmonies of #006FA7
Complementary color
Monochromatic Colors of #006FA7
Black with #006FA7
Text Example
Text Example
White with #006FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA7; }
p { color: rgb(0,111,167); }
H1.HeaderClassName
{
color: #006FA7;
}
.AnyTagClassName
{
color: #006FA7;
}
</style>
background-color css
<style>
a { background-color: #006FA7; }
a { background-color: rgb(0,111,167); }
div.DivClassName
{
background-color: #006FA7;
}
.BgClassName
{
background-color: #006FA7;
}
</style>
border-color css
<style>
span { border-color: #006FA7; }
span { border-color: rgb(0,111,167); }
td.TdClassName
{
border-color: #006FA7;
}
.TagClassName
{
border-color: #006FA7;
}
</style>