Shades of Cerulean #007AB3
Tints of Cerulean #007AB3
RGB
CMYK
RGB Variations
Color information
#007AB3 (or 0x007AB3) is known color: Cerulean. HEX triplet: 00, 7A and B3. RGB value is (0,122,179). Sum of RGB (Red+Green+Blue) = 0+122+179=301 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 179 (70.31% from 255 or 59.47% from 301); Max value from RGB is 179 - color contains mainly: blue. Hex color #007AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #007AB3 is #FF854C. Grayscale: #5B5B5B. Windows color (decimal): -16745805 or 11762176. OLE color: 11762176.
HSL color Cylindrical-coordinate representation of color #007AB3: hue angle of 199.11º 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 #007AB3 is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 122 | 179 | - |
| CMYK | 1 | 0.32 | 0 | 0.30 |
| HSL | 199.11º | 1% | 0.35% | - |
| HSV(B) | 199.11º | 1% | 0.7% | - |
| XYZ | 15.1 | 17.17 | 45.17 | - |
| YUV | 92.02 | 177.08 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 122 | 179 | 1 | 0.32 | 0 | 0.30 | 199.11 | 1 | 0.35 |
| Hex | 0 | 7A | B3 | 64 | 20 | 0 | 1E | C7 | 64 | 23 |
| Octal | 0 | 172 | 263 | 144 | 40 | 0 | 36 | 307 | 144 | 43 |
| Binary | 0 | 1111010 | 10110011 | 1100100 | 100000 | 0 | 11110 | 11000111 | 1100100 | 100011 |
Color Harmonies of #007AB3
Complementary color
Monochromatic Colors of #007AB3
Black with #007AB3
Text Example
Text Example
White with #007AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007AB3; }
p { color: rgb(0,122,179); }
H1.HeaderClassName
{
color: #007AB3;
}
.AnyTagClassName
{
color: #007AB3;
}
</style>
background-color css
<style>
a { background-color: #007AB3; }
a { background-color: rgb(0,122,179); }
div.DivClassName
{
background-color: #007AB3;
}
.BgClassName
{
background-color: #007AB3;
}
</style>
border-color css
<style>
span { border-color: #007AB3; }
span { border-color: rgb(0,122,179); }
td.TdClassName
{
border-color: #007AB3;
}
.TagClassName
{
border-color: #007AB3;
}
</style>