Shades of Cerulean #0073B4
Tints of Cerulean #0073B4
RGB
CMYK
RGB Variations
Color information
#0073B4 (or 0x0073B4) is known color: Cerulean. HEX triplet: 00, 73 and B4. RGB value is (0,115,180). Sum of RGB (Red+Green+Blue) = 0+115+180=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 115 (45.31% from 255 or 38.98% from 295); Blue value is 180 (70.70% from 255 or 61.02% from 295); Max value from RGB is 180 - color contains mainly: blue. Hex color #0073B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0073B4 is #FF8C4B. Grayscale: #575757. Windows color (decimal): -16747596 or 11825920. OLE color: 11825920.
HSL color Cylindrical-coordinate representation of color #0073B4: hue angle of 201.67º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0073B4 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 115 | 180 | - |
| CMYK | 1 | 0.36 | 0 | 0.29 |
| HSL | 201.67º | 1% | 0.35% | - |
| HSV(B) | 201.67º | 1% | 0.71% | - |
| XYZ | 14.37 | 15.56 | 45.43 | - |
| YUV | 88.03 | 179.9 | 65.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 180 | 1 | 0.36 | 0 | 0.29 | 201.67 | 1 | 0.35 |
| Hex | 0 | 73 | B4 | 64 | 24 | 0 | 1D | CA | 64 | 23 |
| Octal | 0 | 163 | 264 | 144 | 44 | 0 | 35 | 312 | 144 | 43 |
| Binary | 0 | 1110011 | 10110100 | 1100100 | 100100 | 0 | 11101 | 11001010 | 1100100 | 100011 |
Color Harmonies of #0073B4
Complementary color
Monochromatic Colors of #0073B4
Black with #0073B4
Text Example
Text Example
White with #0073B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0073B4; }
p { color: rgb(0,115,180); }
H1.HeaderClassName
{
color: #0073B4;
}
.AnyTagClassName
{
color: #0073B4;
}
</style>
background-color css
<style>
a { background-color: #0073B4; }
a { background-color: rgb(0,115,180); }
div.DivClassName
{
background-color: #0073B4;
}
.BgClassName
{
background-color: #0073B4;
}
</style>
border-color css
<style>
span { border-color: #0073B4; }
span { border-color: rgb(0,115,180); }
td.TdClassName
{
border-color: #0073B4;
}
.TagClassName
{
border-color: #0073B4;
}
</style>