Shades of Cerulean #08659C
Tints of Cerulean #08659C
RGB
CMYK
RGB Variations
Color information
#08659C (or 0x08659C) is known color: Cerulean. HEX triplet: 08, 65 and 9C. RGB value is (8,101,156). Sum of RGB (Red+Green+Blue) = 8+101+156=265 (35% of max value = 765). Red value is 8 (3.52% from 255 or 3.02% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #08659C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08659C is #F79A63. Grayscale: #4F4F4F. Windows color (decimal): -16226916 or 10249480. OLE color: 10249480.
HSL color Cylindrical-coordinate representation of color #08659C: hue angle of 202.3º 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 #08659C is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 101 | 156 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.39 |
| HSL | 202.3º | 0.9% | 0.32% | - |
| HSV(B) | 202.3º | 0.95% | 0.61% | - |
| XYZ | 10.75 | 11.76 | 33.16 | - |
| YUV | 79.46 | 171.19 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 101 | 156 | 0.95 | 0.35 | 0 | 0.39 | 202.3 | 0.9 | 0.32 |
| Hex | 8 | 65 | 9C | 5F | 23 | 0 | 27 | CA | 5A | 20 |
| Octal | 10 | 145 | 234 | 137 | 43 | 0 | 47 | 312 | 132 | 40 |
| Binary | 1000 | 1100101 | 10011100 | 1011111 | 100011 | 0 | 100111 | 11001010 | 1011010 | 100000 |
Color Harmonies of #08659C
Complementary color
Monochromatic Colors of #08659C
Black with #08659C
Text Example
Text Example
White with #08659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08659C; }
p { color: rgb(8,101,156); }
H1.HeaderClassName
{
color: #08659C;
}
.AnyTagClassName
{
color: #08659C;
}
</style>
background-color css
<style>
a { background-color: #08659C; }
a { background-color: rgb(8,101,156); }
div.DivClassName
{
background-color: #08659C;
}
.BgClassName
{
background-color: #08659C;
}
</style>
border-color css
<style>
span { border-color: #08659C; }
span { border-color: rgb(8,101,156); }
td.TdClassName
{
border-color: #08659C;
}
.TagClassName
{
border-color: #08659C;
}
</style>