Shades of Cerulean #08649A
Tints of Cerulean #08649A
RGB
CMYK
RGB Variations
Color information
#08649A (or 0x08649A) is known color: Cerulean. HEX triplet: 08, 64 and 9A. RGB value is (8,100,154). Sum of RGB (Red+Green+Blue) = 8+100+154=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #08649A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08649A is #F79B65. Grayscale: #4E4E4E. Windows color (decimal): -16227174 or 10118152. OLE color: 10118152.
HSL color Cylindrical-coordinate representation of color #08649A: hue angle of 202.19º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08649A is Cyan = 0.95, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 100 | 154 | - |
| CMYK | 0.95 | 0.35 | 0 | 0.40 |
| HSL | 202.19º | 0.9% | 0.32% | - |
| HSV(B) | 202.19º | 0.95% | 0.6% | - |
| XYZ | 10.49 | 11.5 | 32.24 | - |
| YUV | 78.65 | 170.52 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 100 | 154 | 0.95 | 0.35 | 0 | 0.40 | 202.19 | 0.9 | 0.32 |
| Hex | 8 | 64 | 9A | 5F | 23 | 0 | 28 | CA | 5A | 20 |
| Octal | 10 | 144 | 232 | 137 | 43 | 0 | 50 | 312 | 132 | 40 |
| Binary | 1000 | 1100100 | 10011010 | 1011111 | 100011 | 0 | 101000 | 11001010 | 1011010 | 100000 |
Color Harmonies of #08649A
Complementary color
Monochromatic Colors of #08649A
Black with #08649A
Text Example
Text Example
White with #08649A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08649A; }
p { color: rgb(8,100,154); }
H1.HeaderClassName
{
color: #08649A;
}
.AnyTagClassName
{
color: #08649A;
}
</style>
background-color css
<style>
a { background-color: #08649A; }
a { background-color: rgb(8,100,154); }
div.DivClassName
{
background-color: #08649A;
}
.BgClassName
{
background-color: #08649A;
}
</style>
border-color css
<style>
span { border-color: #08649A; }
span { border-color: rgb(8,100,154); }
td.TdClassName
{
border-color: #08649A;
}
.TagClassName
{
border-color: #08649A;
}
</style>