Shades of Cerulean #007FAC
Tints of Cerulean #007FAC
RGB
CMYK
RGB Variations
Color information
#007FAC (or 0x007FAC) is known color: Cerulean. HEX triplet: 00, 7F and AC. RGB value is (0,127,172). Sum of RGB (Red+Green+Blue) = 0+127+172=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #007FAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007FAC is #FF8053. Grayscale: #5D5D5D. Windows color (decimal): -16744532 or 11304704. OLE color: 11304704.
HSL color Cylindrical-coordinate representation of color #007FAC: hue angle of 195.7º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FAC is Cyan = 1, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 127 | 172 | - |
| CMYK | 1 | 0.26 | 0 | 0.33 |
| HSL | 195.7º | 1% | 0.34% | - |
| HSV(B) | 195.7º | 1% | 0.67% | - |
| XYZ | 15.04 | 18.16 | 41.74 | - |
| YUV | 94.16 | 171.92 | 60.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 172 | 1 | 0.26 | 0 | 0.33 | 195.7 | 1 | 0.34 |
| Hex | 0 | 7F | AC | 64 | 1A | 0 | 21 | C4 | 64 | 22 |
| Octal | 0 | 177 | 254 | 144 | 32 | 0 | 41 | 304 | 144 | 42 |
| Binary | 0 | 1111111 | 10101100 | 1100100 | 11010 | 0 | 100001 | 11000100 | 1100100 | 100010 |
Color Harmonies of #007FAC
Complementary color
Monochromatic Colors of #007FAC
Black with #007FAC
Text Example
Text Example
White with #007FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FAC; }
p { color: rgb(0,127,172); }
H1.HeaderClassName
{
color: #007FAC;
}
.AnyTagClassName
{
color: #007FAC;
}
</style>
background-color css
<style>
a { background-color: #007FAC; }
a { background-color: rgb(0,127,172); }
div.DivClassName
{
background-color: #007FAC;
}
.BgClassName
{
background-color: #007FAC;
}
</style>
border-color css
<style>
span { border-color: #007FAC; }
span { border-color: rgb(0,127,172); }
td.TdClassName
{
border-color: #007FAC;
}
.TagClassName
{
border-color: #007FAC;
}
</style>