Shades of Cerulean #08759C
Tints of Cerulean #08759C
RGB
CMYK
RGB Variations
Color information
#08759C (or 0x08759C) is known color: Cerulean. HEX triplet: 08, 75 and 9C. RGB value is (8,117,156). Sum of RGB (Red+Green+Blue) = 8+117+156=281 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.85% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #08759C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08759C is #F78A63. Grayscale: #585858. Windows color (decimal): -16222820 or 10253576. OLE color: 10253576.
HSL color Cylindrical-coordinate representation of color #08759C: hue angle of 195.81º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08759C is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 117 | 156 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.39 |
| HSL | 195.81º | 0.9% | 0.32% | - |
| HSV(B) | 195.81º | 0.95% | 0.61% | - |
| XYZ | 12.46 | 15.17 | 33.72 | - |
| YUV | 88.86 | 165.89 | 70.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 117 | 156 | 0.95 | 0.25 | 0 | 0.39 | 195.81 | 0.9 | 0.32 |
| Hex | 8 | 75 | 9C | 5F | 19 | 0 | 27 | C4 | 5A | 20 |
| Octal | 10 | 165 | 234 | 137 | 31 | 0 | 47 | 304 | 132 | 40 |
| Binary | 1000 | 1110101 | 10011100 | 1011111 | 11001 | 0 | 100111 | 11000100 | 1011010 | 100000 |
Color Harmonies of #08759C
Complementary color
Monochromatic Colors of #08759C
Black with #08759C
Text Example
Text Example
White with #08759C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08759C; }
p { color: rgb(8,117,156); }
H1.HeaderClassName
{
color: #08759C;
}
.AnyTagClassName
{
color: #08759C;
}
</style>
background-color css
<style>
a { background-color: #08759C; }
a { background-color: rgb(8,117,156); }
div.DivClassName
{
background-color: #08759C;
}
.BgClassName
{
background-color: #08759C;
}
</style>
border-color css
<style>
span { border-color: #08759C; }
span { border-color: rgb(8,117,156); }
td.TdClassName
{
border-color: #08759C;
}
.TagClassName
{
border-color: #08759C;
}
</style>