Shades of Cerulean #007FB1
Tints of Cerulean #007FB1
RGB
CMYK
RGB Variations
Color information
#007FB1 (or 0x007FB1) is known color: Cerulean. HEX triplet: 00, 7F and B1. RGB value is (0,127,177). Sum of RGB (Red+Green+Blue) = 0+127+177=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #007FB1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007FB1 is #FF804E. Grayscale: #5E5E5E. Windows color (decimal): -16744527 or 11632384. OLE color: 11632384.
HSL color Cylindrical-coordinate representation of color #007FB1: hue angle of 196.95º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007FB1 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 127 | 177 | - |
| CMYK | 1 | 0.28 | 0 | 0.31 |
| HSL | 196.95º | 1% | 0.35% | - |
| HSV(B) | 196.95º | 1% | 0.69% | - |
| XYZ | 15.53 | 18.35 | 44.32 | - |
| YUV | 94.73 | 174.42 | 60.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 177 | 1 | 0.28 | 0 | 0.31 | 196.95 | 1 | 0.35 |
| Hex | 0 | 7F | B1 | 64 | 1C | 0 | 1F | C5 | 64 | 23 |
| Octal | 0 | 177 | 261 | 144 | 34 | 0 | 37 | 305 | 144 | 43 |
| Binary | 0 | 1111111 | 10110001 | 1100100 | 11100 | 0 | 11111 | 11000101 | 1100100 | 100011 |
Color Harmonies of #007FB1
Complementary color
Monochromatic Colors of #007FB1
Black with #007FB1
Text Example
Text Example
White with #007FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007FB1; }
p { color: rgb(0,127,177); }
H1.HeaderClassName
{
color: #007FB1;
}
.AnyTagClassName
{
color: #007FB1;
}
</style>
background-color css
<style>
a { background-color: #007FB1; }
a { background-color: rgb(0,127,177); }
div.DivClassName
{
background-color: #007FB1;
}
.BgClassName
{
background-color: #007FB1;
}
</style>
border-color css
<style>
span { border-color: #007FB1; }
span { border-color: rgb(0,127,177); }
td.TdClassName
{
border-color: #007FB1;
}
.TagClassName
{
border-color: #007FB1;
}
</style>