Shades of Cerulean #08629B
Tints of Cerulean #08629B
RGB
CMYK
RGB Variations
Color information
#08629B (or 0x08629B) is known color: Cerulean. HEX triplet: 08, 62 and 9B. RGB value is (8,98,155). Sum of RGB (Red+Green+Blue) = 8+98+155=261 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.07% from 261); Green value is 98 (38.67% from 255 or 37.55% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #08629B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08629B is #F79D64. Grayscale: #4D4D4D. Windows color (decimal): -16227685 or 10183176. OLE color: 10183176.
HSL color Cylindrical-coordinate representation of color #08629B: hue angle of 203.27º 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 #08629B is Cyan = 0.95, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 8 | 98 | 155 | - |
| CMYK | 0.95 | 0.37 | 0 | 0.39 |
| HSL | 203.27º | 0.9% | 0.32% | - |
| HSV(B) | 203.27º | 0.95% | 0.61% | - |
| XYZ | 10.38 | 11.15 | 32.62 | - |
| YUV | 77.59 | 171.68 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 155 | 0.95 | 0.37 | 0 | 0.39 | 203.27 | 0.9 | 0.32 |
| Hex | 8 | 62 | 9B | 5F | 25 | 0 | 27 | CB | 5A | 20 |
| Octal | 10 | 142 | 233 | 137 | 45 | 0 | 47 | 313 | 132 | 40 |
| Binary | 1000 | 1100010 | 10011011 | 1011111 | 100101 | 0 | 100111 | 11001011 | 1011010 | 100000 |
Color Harmonies of #08629B
Complementary color
Monochromatic Colors of #08629B
Black with #08629B
Text Example
Text Example
White with #08629B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08629B; }
p { color: rgb(8,98,155); }
H1.HeaderClassName
{
color: #08629B;
}
.AnyTagClassName
{
color: #08629B;
}
</style>
background-color css
<style>
a { background-color: #08629B; }
a { background-color: rgb(8,98,155); }
div.DivClassName
{
background-color: #08629B;
}
.BgClassName
{
background-color: #08629B;
}
</style>
border-color css
<style>
span { border-color: #08629B; }
span { border-color: rgb(8,98,155); }
td.TdClassName
{
border-color: #08629B;
}
.TagClassName
{
border-color: #08629B;
}
</style>