Shades of Cerulean #006FAD
Tints of Cerulean #006FAD
RGB
CMYK
RGB Variations
Color information
#006FAD (or 0x006FAD) is known color: Cerulean. HEX triplet: 00, 6F and AD. RGB value is (0,111,173). Sum of RGB (Red+Green+Blue) = 0+111+173=284 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 284); Green value is 111 (43.75% from 255 or 39.08% from 284); Blue value is 173 (67.97% from 255 or 60.92% from 284); Max value from RGB is 173 - color contains mainly: blue. Hex color #006FAD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FAD is #FF9052. Grayscale: #545454. Windows color (decimal): -16748627 or 11366144. OLE color: 11366144.
HSL color Cylindrical-coordinate representation of color #006FAD: hue angle of 201.5º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FAD is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 111 | 173 | - |
| CMYK | 1 | 0.36 | 0 | 0.32 |
| HSL | 201.5º | 1% | 0.34% | - |
| HSV(B) | 201.5º | 1% | 0.68% | - |
| XYZ | 13.23 | 14.39 | 41.61 | - |
| YUV | 84.88 | 177.73 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 173 | 1 | 0.36 | 0 | 0.32 | 201.5 | 1 | 0.34 |
| Hex | 0 | 6F | AD | 64 | 24 | 0 | 20 | CA | 64 | 22 |
| Octal | 0 | 157 | 255 | 144 | 44 | 0 | 40 | 312 | 144 | 42 |
| Binary | 0 | 1101111 | 10101101 | 1100100 | 100100 | 0 | 100000 | 11001010 | 1100100 | 100010 |
Color Harmonies of #006FAD
Complementary color
Monochromatic Colors of #006FAD
Black with #006FAD
Text Example
Text Example
White with #006FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FAD; }
p { color: rgb(0,111,173); }
H1.HeaderClassName
{
color: #006FAD;
}
.AnyTagClassName
{
color: #006FAD;
}
</style>
background-color css
<style>
a { background-color: #006FAD; }
a { background-color: rgb(0,111,173); }
div.DivClassName
{
background-color: #006FAD;
}
.BgClassName
{
background-color: #006FAD;
}
</style>
border-color css
<style>
span { border-color: #006FAD; }
span { border-color: rgb(0,111,173); }
td.TdClassName
{
border-color: #006FAD;
}
.TagClassName
{
border-color: #006FAD;
}
</style>