Shades of Dark Cerulean #08468B
Tints of Dark Cerulean #08468B
RGB
CMYK
RGB Variations
Color information
#08468B (or 0x08468B) is known color: Dark Cerulean. HEX triplet: 08, 46 and 8B. RGB value is (8,70,139). Sum of RGB (Red+Green+Blue) = 8+70+139=217 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.69% from 217); Green value is 70 (27.73% from 255 or 32.26% from 217); Blue value is 139 (54.69% from 255 or 64.06% from 217); Max value from RGB is 139 - color contains mainly: blue. Hex color #08468B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #08468B is #F7B974. Grayscale: #3A3A3A. Windows color (decimal): -16234869 or 9127432. OLE color: 9127432.
HSL color Cylindrical-coordinate representation of color #08468B: hue angle of 211.6º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08468B is Cyan = 0.94, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 70 | 139 | - |
| CMYK | 0.94 | 0.50 | 0 | 0.45 |
| HSL | 211.6º | 0.89% | 0.29% | - |
| HSV(B) | 211.6º | 0.94% | 0.55% | - |
| XYZ | 6.95 | 6.3 | 25.28 | - |
| YUV | 59.33 | 172.96 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 70 | 139 | 0.94 | 0.50 | 0 | 0.45 | 211.6 | 0.89 | 0.29 |
| Hex | 8 | 46 | 8B | 5E | 32 | 0 | 2D | D4 | 59 | 1D |
| Octal | 10 | 106 | 213 | 136 | 62 | 0 | 55 | 324 | 131 | 35 |
| Binary | 1000 | 1000110 | 10001011 | 1011110 | 110010 | 0 | 101101 | 11010100 | 1011001 | 11101 |
Color Harmonies of #08468B
Complementary color
Monochromatic Colors of #08468B
Black with #08468B
Text Example
Text Example
White with #08468B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08468B; }
p { color: rgb(8,70,139); }
H1.HeaderClassName
{
color: #08468B;
}
.AnyTagClassName
{
color: #08468B;
}
</style>
background-color css
<style>
a { background-color: #08468B; }
a { background-color: rgb(8,70,139); }
div.DivClassName
{
background-color: #08468B;
}
.BgClassName
{
background-color: #08468B;
}
</style>
border-color css
<style>
span { border-color: #08468B; }
span { border-color: rgb(8,70,139); }
td.TdClassName
{
border-color: #08468B;
}
.TagClassName
{
border-color: #08468B;
}
</style>