Shades of Cerulean #0079B3
Tints of Cerulean #0079B3
RGB
CMYK
RGB Variations
Color information
#0079B3 (or 0x0079B3) is known color: Cerulean. HEX triplet: 00, 79 and B3. RGB value is (0,121,179). Sum of RGB (Red+Green+Blue) = 0+121+179=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #0079B3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0079B3 is #FF864C. Grayscale: #5B5B5B. Windows color (decimal): -16746061 or 11761920. OLE color: 11761920.
HSL color Cylindrical-coordinate representation of color #0079B3: hue angle of 199.44º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0079B3 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 121 | 179 | - |
| CMYK | 1 | 0.32 | 0 | 0.30 |
| HSL | 199.44º | 1% | 0.35% | - |
| HSV(B) | 199.44º | 1% | 0.7% | - |
| XYZ | 14.97 | 16.93 | 45.13 | - |
| YUV | 91.43 | 177.41 | 62.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 121 | 179 | 1 | 0.32 | 0 | 0.30 | 199.44 | 1 | 0.35 |
| Hex | 0 | 79 | B3 | 64 | 20 | 0 | 1E | C7 | 64 | 23 |
| Octal | 0 | 171 | 263 | 144 | 40 | 0 | 36 | 307 | 144 | 43 |
| Binary | 0 | 1111001 | 10110011 | 1100100 | 100000 | 0 | 11110 | 11000111 | 1100100 | 100011 |
Color Harmonies of #0079B3
Complementary color
Monochromatic Colors of #0079B3
Black with #0079B3
Text Example
Text Example
White with #0079B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0079B3; }
p { color: rgb(0,121,179); }
H1.HeaderClassName
{
color: #0079B3;
}
.AnyTagClassName
{
color: #0079B3;
}
</style>
background-color css
<style>
a { background-color: #0079B3; }
a { background-color: rgb(0,121,179); }
div.DivClassName
{
background-color: #0079B3;
}
.BgClassName
{
background-color: #0079B3;
}
</style>
border-color css
<style>
span { border-color: #0079B3; }
span { border-color: rgb(0,121,179); }
td.TdClassName
{
border-color: #0079B3;
}
.TagClassName
{
border-color: #0079B3;
}
</style>