Shades of Cerulean #006FA3
Tints of Cerulean #006FA3
RGB
CMYK
RGB Variations
Color information
#006FA3 (or 0x006FA3) is known color: Cerulean. HEX triplet: 00, 6F and A3. RGB value is (0,111,163). Sum of RGB (Red+Green+Blue) = 0+111+163=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 163 (64.06% from 255 or 59.49% from 274); Max value from RGB is 163 - color contains mainly: blue. Hex color #006FA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA3 is #FF905C. Grayscale: #535353. Windows color (decimal): -16748637 or 10710784. OLE color: 10710784.
HSL color Cylindrical-coordinate representation of color #006FA3: hue angle of 199.14º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006FA3 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 111 | 163 | - |
| CMYK | 1 | 0.32 | 0 | 0.36 |
| HSL | 199.14º | 1% | 0.32% | - |
| HSV(B) | 199.14º | 1% | 0.64% | - |
| XYZ | 12.3 | 14.01 | 36.71 | - |
| YUV | 83.74 | 172.73 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 163 | 1 | 0.32 | 0 | 0.36 | 199.14 | 1 | 0.32 |
| Hex | 0 | 6F | A3 | 64 | 20 | 0 | 24 | C7 | 64 | 20 |
| Octal | 0 | 157 | 243 | 144 | 40 | 0 | 44 | 307 | 144 | 40 |
| Binary | 0 | 1101111 | 10100011 | 1100100 | 100000 | 0 | 100100 | 11000111 | 1100100 | 100000 |
Color Harmonies of #006FA3
Complementary color
Monochromatic Colors of #006FA3
Black with #006FA3
Text Example
Text Example
White with #006FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA3; }
p { color: rgb(0,111,163); }
H1.HeaderClassName
{
color: #006FA3;
}
.AnyTagClassName
{
color: #006FA3;
}
</style>
background-color css
<style>
a { background-color: #006FA3; }
a { background-color: rgb(0,111,163); }
div.DivClassName
{
background-color: #006FA3;
}
.BgClassName
{
background-color: #006FA3;
}
</style>
border-color css
<style>
span { border-color: #006FA3; }
span { border-color: rgb(0,111,163); }
td.TdClassName
{
border-color: #006FA3;
}
.TagClassName
{
border-color: #006FA3;
}
</style>