Shades of Cerulean #006F9F
Tints of Cerulean #006F9F
RGB
CMYK
RGB Variations
Color information
#006F9F (or 0x006F9F) is known color: Cerulean. HEX triplet: 00, 6F and 9F. RGB value is (0,111,159). Sum of RGB (Red+Green+Blue) = 0+111+159=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 111 (43.75% from 255 or 41.11% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #006F9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006F9F is #FF9060. Grayscale: #525252. Windows color (decimal): -16748641 or 10448640. OLE color: 10448640.
HSL color Cylindrical-coordinate representation of color #006F9F: hue angle of 198.11º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006F9F is Cyan = 1, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 0 | 111 | 159 | - |
| CMYK | 1 | 0.30 | 0 | 0.38 |
| HSL | 198.11º | 1% | 0.31% | - |
| HSV(B) | 198.11º | 1% | 0.62% | - |
| XYZ | 11.94 | 13.87 | 34.85 | - |
| YUV | 83.28 | 170.73 | 68.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 159 | 1 | 0.30 | 0 | 0.38 | 198.11 | 1 | 0.31 |
| Hex | 0 | 6F | 9F | 64 | 1E | 0 | 26 | C6 | 64 | 1F |
| Octal | 0 | 157 | 237 | 144 | 36 | 0 | 46 | 306 | 144 | 37 |
| Binary | 0 | 1101111 | 10011111 | 1100100 | 11110 | 0 | 100110 | 11000110 | 1100100 | 11111 |
Color Harmonies of #006F9F
Complementary color
Monochromatic Colors of #006F9F
Black with #006F9F
Text Example
Text Example
White with #006F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006F9F; }
p { color: rgb(0,111,159); }
H1.HeaderClassName
{
color: #006F9F;
}
.AnyTagClassName
{
color: #006F9F;
}
</style>
background-color css
<style>
a { background-color: #006F9F; }
a { background-color: rgb(0,111,159); }
div.DivClassName
{
background-color: #006F9F;
}
.BgClassName
{
background-color: #006F9F;
}
</style>
border-color css
<style>
span { border-color: #006F9F; }
span { border-color: rgb(0,111,159); }
td.TdClassName
{
border-color: #006F9F;
}
.TagClassName
{
border-color: #006F9F;
}
</style>