Shades of Cerulean #006FA4
Tints of Cerulean #006FA4
RGB
CMYK
RGB Variations
Color information
#006FA4 (or 0x006FA4) is known color: Cerulean. HEX triplet: 00, 6F and A4. RGB value is (0,111,164). Sum of RGB (Red+Green+Blue) = 0+111+164=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 111 (43.75% from 255 or 40.36% from 275); Blue value is 164 (64.45% from 255 or 59.64% from 275); Max value from RGB is 164 - color contains mainly: blue. Hex color #006FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006FA4 is #FF905B. Grayscale: #535353. Windows color (decimal): -16748636 or 10776320. OLE color: 10776320.
HSL color Cylindrical-coordinate representation of color #006FA4: hue angle of 199.39º 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 #006FA4 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 111 | 164 | - |
| CMYK | 1 | 0.32 | 0 | 0.36 |
| HSL | 199.39º | 1% | 0.32% | - |
| HSV(B) | 199.39º | 1% | 0.64% | - |
| XYZ | 12.39 | 14.05 | 37.18 | - |
| YUV | 83.85 | 173.23 | 68.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 111 | 164 | 1 | 0.32 | 0 | 0.36 | 199.39 | 1 | 0.32 |
| Hex | 0 | 6F | A4 | 64 | 20 | 0 | 24 | C7 | 64 | 20 |
| Octal | 0 | 157 | 244 | 144 | 40 | 0 | 44 | 307 | 144 | 40 |
| Binary | 0 | 1101111 | 10100100 | 1100100 | 100000 | 0 | 100100 | 11000111 | 1100100 | 100000 |
Color Harmonies of #006FA4
Complementary color
Monochromatic Colors of #006FA4
Black with #006FA4
Text Example
Text Example
White with #006FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #006FA4; }
p { color: rgb(0,111,164); }
H1.HeaderClassName
{
color: #006FA4;
}
.AnyTagClassName
{
color: #006FA4;
}
</style>
background-color css
<style>
a { background-color: #006FA4; }
a { background-color: rgb(0,111,164); }
div.DivClassName
{
background-color: #006FA4;
}
.BgClassName
{
background-color: #006FA4;
}
</style>
border-color css
<style>
span { border-color: #006FA4; }
span { border-color: rgb(0,111,164); }
td.TdClassName
{
border-color: #006FA4;
}
.TagClassName
{
border-color: #006FA4;
}
</style>