Shades of Cerulean #0075B6
Tints of Cerulean #0075B6
RGB
CMYK
RGB Variations
Color information
#0075B6 (or 0x0075B6) is known color: Cerulean. HEX triplet: 00, 75 and B6. RGB value is (0,117,182). Sum of RGB (Red+Green+Blue) = 0+117+182=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 117 (46.09% from 255 or 39.13% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #0075B6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0075B6 is #FF8A49. Grayscale: #595959. Windows color (decimal): -16747082 or 11957504. OLE color: 11957504.
HSL color Cylindrical-coordinate representation of color #0075B6: hue angle of 201.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0075B6 is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 117 | 182 | - |
| CMYK | 1 | 0.36 | 0 | 0.29 |
| HSL | 201.43º | 1% | 0.36% | - |
| HSV(B) | 201.43º | 1% | 0.71% | - |
| XYZ | 14.8 | 16.1 | 46.58 | - |
| YUV | 89.43 | 180.24 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 117 | 182 | 1 | 0.36 | 0 | 0.29 | 201.43 | 1 | 0.36 |
| Hex | 0 | 75 | B6 | 64 | 24 | 0 | 1D | C9 | 64 | 24 |
| Octal | 0 | 165 | 266 | 144 | 44 | 0 | 35 | 311 | 144 | 44 |
| Binary | 0 | 1110101 | 10110110 | 1100100 | 100100 | 0 | 11101 | 11001001 | 1100100 | 100100 |
Color Harmonies of #0075B6
Complementary color
Monochromatic Colors of #0075B6
Black with #0075B6
Text Example
Text Example
White with #0075B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0075B6; }
p { color: rgb(0,117,182); }
H1.HeaderClassName
{
color: #0075B6;
}
.AnyTagClassName
{
color: #0075B6;
}
</style>
background-color css
<style>
a { background-color: #0075B6; }
a { background-color: rgb(0,117,182); }
div.DivClassName
{
background-color: #0075B6;
}
.BgClassName
{
background-color: #0075B6;
}
</style>
border-color css
<style>
span { border-color: #0075B6; }
span { border-color: rgb(0,117,182); }
td.TdClassName
{
border-color: #0075B6;
}
.TagClassName
{
border-color: #0075B6;
}
</style>