Shades of Cerulean #08689E
Tints of Cerulean #08689E
RGB
CMYK
RGB Variations
Color information
#08689E (or 0x08689E) is known color: Cerulean. HEX triplet: 08, 68 and 9E. RGB value is (8,104,158). Sum of RGB (Red+Green+Blue) = 8+104+158=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #08689E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08689E is #F79761. Grayscale: #515151. Windows color (decimal): -16226146 or 10381320. OLE color: 10381320.
HSL color Cylindrical-coordinate representation of color #08689E: hue angle of 201.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08689E is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 8 | 104 | 158 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.38 |
| HSL | 201.6º | 0.9% | 0.33% | - |
| HSV(B) | 201.6º | 0.95% | 0.62% | - |
| XYZ | 11.22 | 12.42 | 34.15 | - |
| YUV | 81.45 | 171.2 | 75.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 158 | 0.95 | 0.34 | 0 | 0.38 | 201.6 | 0.9 | 0.33 |
| Hex | 8 | 68 | 9E | 5F | 22 | 0 | 26 | CA | 5A | 21 |
| Octal | 10 | 150 | 236 | 137 | 42 | 0 | 46 | 312 | 132 | 41 |
| Binary | 1000 | 1101000 | 10011110 | 1011111 | 100010 | 0 | 100110 | 11001010 | 1011010 | 100001 |
Color Harmonies of #08689E
Complementary color
Monochromatic Colors of #08689E
Black with #08689E
Text Example
Text Example
White with #08689E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08689E; }
p { color: rgb(8,104,158); }
H1.HeaderClassName
{
color: #08689E;
}
.AnyTagClassName
{
color: #08689E;
}
</style>
background-color css
<style>
a { background-color: #08689E; }
a { background-color: rgb(8,104,158); }
div.DivClassName
{
background-color: #08689E;
}
.BgClassName
{
background-color: #08689E;
}
</style>
border-color css
<style>
span { border-color: #08689E; }
span { border-color: rgb(8,104,158); }
td.TdClassName
{
border-color: #08689E;
}
.TagClassName
{
border-color: #08689E;
}
</style>