Shades of Cerulean #086294
Tints of Cerulean #086294
RGB
CMYK
RGB Variations
Color information
#086294 (or 0x086294) is known color: Cerulean. HEX triplet: 08, 62 and 94. RGB value is (8,98,148). Sum of RGB (Red+Green+Blue) = 8+98+148=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 98 (38.67% from 255 or 38.58% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #086294 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #086294 is #F79D6B. Grayscale: #4C4C4C. Windows color (decimal): -16227692 or 9724424. OLE color: 9724424.
HSL color Cylindrical-coordinate representation of color #086294: hue angle of 201.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #086294 is Cyan = 0.95, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 98 | 148 | - |
| CMYK | 0.95 | 0.34 | 0 | 0.42 |
| HSL | 201.43º | 0.9% | 0.31% | - |
| HSV(B) | 201.43º | 0.95% | 0.58% | - |
| XYZ | 9.81 | 10.93 | 29.61 | - |
| YUV | 76.79 | 168.18 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 98 | 148 | 0.95 | 0.34 | 0 | 0.42 | 201.43 | 0.9 | 0.31 |
| Hex | 8 | 62 | 94 | 5F | 22 | 0 | 2A | C9 | 5A | 1F |
| Octal | 10 | 142 | 224 | 137 | 42 | 0 | 52 | 311 | 132 | 37 |
| Binary | 1000 | 1100010 | 10010100 | 1011111 | 100010 | 0 | 101010 | 11001001 | 1011010 | 11111 |
Color Harmonies of #086294
Complementary color
Monochromatic Colors of #086294
Black with #086294
Text Example
Text Example
White with #086294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #086294; }
p { color: rgb(8,98,148); }
H1.HeaderClassName
{
color: #086294;
}
.AnyTagClassName
{
color: #086294;
}
</style>
background-color css
<style>
a { background-color: #086294; }
a { background-color: rgb(8,98,148); }
div.DivClassName
{
background-color: #086294;
}
.BgClassName
{
background-color: #086294;
}
</style>
border-color css
<style>
span { border-color: #086294; }
span { border-color: rgb(8,98,148); }
td.TdClassName
{
border-color: #086294;
}
.TagClassName
{
border-color: #086294;
}
</style>