Shades of Cerulean #007BA3
Tints of Cerulean #007BA3
RGB
CMYK
RGB Variations
Color information
#007BA3 (or 0x007BA3) is known color: Cerulean. HEX triplet: 00, 7B and A3. RGB value is (0,123,163). Sum of RGB (Red+Green+Blue) = 0+123+163=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 123 (48.44% from 255 or 43.01% from 286); Blue value is 163 (64.06% from 255 or 56.99% from 286); Max value from RGB is 163 - color contains mainly: blue. Hex color #007BA3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #007BA3 is #FF845C. Grayscale: #5A5A5A. Windows color (decimal): -16745565 or 10713856. OLE color: 10713856.
HSL color Cylindrical-coordinate representation of color #007BA3: hue angle of 194.72º 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 #007BA3 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
RGB | 0 | 123 | 163 | - |
CMYK | 1 | 0.25 | 0 | 0.36 |
HSL | 194.72º | 1% | 0.32% | - |
HSV(B) | 194.72º | 1% | 0.64% | - |
XYZ | 13.69 | 16.81 | 37.17 | - |
YUV | 90.78 | 168.75 | 63.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 0 | 123 | 163 | 1 | 0.25 | 0 | 0.36 | 194.72 | 1 | 0.32 |
Hex | 0 | 7B | A3 | 64 | 19 | 0 | 24 | C3 | 64 | 20 |
Octal | 0 | 173 | 243 | 144 | 31 | 0 | 44 | 303 | 144 | 40 |
Binary | 0 | 1111011 | 10100011 | 1100100 | 11001 | 0 | 100100 | 11000011 | 1100100 | 100000 |
Color Harmonies of #007BA3
Complementary color
Monochromatic Colors of #007BA3
Black with #007BA3
Text Example
Text Example
White with #007BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BA3; }
p { color: rgb(0,123,163); }
H1.HeaderClassName
{
color: #007BA3;
}
.AnyTagClassName
{
color: #007BA3;
}
</style>
background-color css
<style>
a { background-color: #007BA3; }
a { background-color: rgb(0,123,163); }
div.DivClassName
{
background-color: #007BA3;
}
.BgClassName
{
background-color: #007BA3;
}
</style>
border-color css
<style>
span { border-color: #007BA3; }
span { border-color: rgb(0,123,163); }
td.TdClassName
{
border-color: #007BA3;
}
.TagClassName
{
border-color: #007BA3;
}
</style>