Shades of Cerulean #0075BB
Tints of Cerulean #0075BB
RGB
CMYK
RGB Variations
Color information
#0075BB (or 0x0075BB) is known color: Cerulean. HEX triplet: 00, 75 and BB. RGB value is (0,117,187). Sum of RGB (Red+Green+Blue) = 0+117+187=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 117 (46.09% from 255 or 38.49% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #0075BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075BB is #FF8A44. Grayscale: #595959. Windows color (decimal): -16747077 or 12285184. OLE color: 12285184.
HSL color Cylindrical-coordinate representation of color #0075BB: hue angle of 202.46º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075BB is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 0 | 117 | 187 | - |
| CMYK | 1 | 0.37 | 0 | 0.27 |
| HSL | 202.46º | 1% | 0.37% | - |
| HSV(B) | 202.46º | 1% | 0.73% | - |
| XYZ | 15.33 | 16.31 | 49.35 | - |
| YUV | 90 | 182.74 | 63.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 187 | 1 | 0.37 | 0 | 0.27 | 202.46 | 1 | 0.37 |
| Hex | 0 | 75 | BB | 64 | 25 | 0 | 1B | CA | 64 | 25 |
| Octal | 0 | 165 | 273 | 144 | 45 | 0 | 33 | 312 | 144 | 45 |
| Binary | 0 | 1110101 | 10111011 | 1100100 | 100101 | 0 | 11011 | 11001010 | 1100100 | 100101 |
Color Harmonies of #0075BB
Complementary color
Monochromatic Colors of #0075BB
Black with #0075BB
Text Example
Text Example
White with #0075BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075BB; }
p { color: rgb(0,117,187); }
H1.HeaderClassName
{
color: #0075BB;
}
.AnyTagClassName
{
color: #0075BB;
}
</style>
background-color css
<style>
a { background-color: #0075BB; }
a { background-color: rgb(0,117,187); }
div.DivClassName
{
background-color: #0075BB;
}
.BgClassName
{
background-color: #0075BB;
}
</style>
border-color css
<style>
span { border-color: #0075BB; }
span { border-color: rgb(0,117,187); }
td.TdClassName
{
border-color: #0075BB;
}
.TagClassName
{
border-color: #0075BB;
}
</style>