Shades of Cerulean #08689C
Tints of Cerulean #08689C
RGB
CMYK
RGB Variations
Color information
#08689C (or 0x08689C) is known color: Cerulean. HEX triplet: 08, 68 and 9C. RGB value is (8,104,156). Sum of RGB (Red+Green+Blue) = 8+104+156=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 156 (61.33% from 255 or 58.21% from 268); Max value from RGB is 156 - color contains mainly: blue. Hex color #08689C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08689C is #F79763. Grayscale: #505050. Windows color (decimal): -16226148 or 10250248. OLE color: 10250248.
HSL color Cylindrical-coordinate representation of color #08689C: hue angle of 201.08º 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 #08689C is Cyan = 0.95, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 104 | 156 | - |
| CMYK | 0.95 | 0.33 | 0 | 0.39 |
| HSL | 201.08º | 0.9% | 0.32% | - |
| HSV(B) | 201.08º | 0.95% | 0.61% | - |
| XYZ | 11.05 | 12.35 | 33.25 | - |
| YUV | 81.22 | 170.2 | 75.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 156 | 0.95 | 0.33 | 0 | 0.39 | 201.08 | 0.9 | 0.32 |
| Hex | 8 | 68 | 9C | 5F | 21 | 0 | 27 | C9 | 5A | 20 |
| Octal | 10 | 150 | 234 | 137 | 41 | 0 | 47 | 311 | 132 | 40 |
| Binary | 1000 | 1101000 | 10011100 | 1011111 | 100001 | 0 | 100111 | 11001001 | 1011010 | 100000 |
Color Harmonies of #08689C
Complementary color
Monochromatic Colors of #08689C
Black with #08689C
Text Example
Text Example
White with #08689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08689C; }
p { color: rgb(8,104,156); }
H1.HeaderClassName
{
color: #08689C;
}
.AnyTagClassName
{
color: #08689C;
}
</style>
background-color css
<style>
a { background-color: #08689C; }
a { background-color: rgb(8,104,156); }
div.DivClassName
{
background-color: #08689C;
}
.BgClassName
{
background-color: #08689C;
}
</style>
border-color css
<style>
span { border-color: #08689C; }
span { border-color: rgb(8,104,156); }
td.TdClassName
{
border-color: #08689C;
}
.TagClassName
{
border-color: #08689C;
}
</style>