Shades of Dark Cerulean #08417A
Tints of Dark Cerulean #08417A
RGB
CMYK
RGB Variations
Color information
#08417A (or 0x08417A) is known color: Dark Cerulean. HEX triplet: 08, 41 and 7A. RGB value is (8,65,122). Sum of RGB (Red+Green+Blue) = 8+65+122=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 122 (48.05% from 255 or 62.56% from 195); Max value from RGB is 122 - color contains mainly: blue. Hex color #08417A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08417A is #F7BE85. Grayscale: #363636. Windows color (decimal): -16236166 or 8012040. OLE color: 8012040.
HSL color Cylindrical-coordinate representation of color #08417A: hue angle of 210º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08417A is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 65 | 122 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.52 |
| HSL | 210º | 0.88% | 0.25% | - |
| HSV(B) | 210º | 0.93% | 0.48% | - |
| XYZ | 5.5 | 5.24 | 19.13 | - |
| YUV | 54.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 122 | 0.93 | 0.47 | 0 | 0.52 | 210 | 0.88 | 0.25 |
| Hex | 8 | 41 | 7A | 5D | 2F | 0 | 34 | D2 | 58 | 19 |
| Octal | 10 | 101 | 172 | 135 | 57 | 0 | 64 | 322 | 130 | 31 |
| Binary | 1000 | 1000001 | 1111010 | 1011101 | 101111 | 0 | 110100 | 11010010 | 1011000 | 11001 |
Color Harmonies of #08417A
Complementary color
Monochromatic Colors of #08417A
Black with #08417A
Text Example
Text Example
White with #08417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08417A; }
p { color: rgb(8,65,122); }
H1.HeaderClassName
{
color: #08417A;
}
.AnyTagClassName
{
color: #08417A;
}
</style>
background-color css
<style>
a { background-color: #08417A; }
a { background-color: rgb(8,65,122); }
div.DivClassName
{
background-color: #08417A;
}
.BgClassName
{
background-color: #08417A;
}
</style>
border-color css
<style>
span { border-color: #08417A; }
span { border-color: rgb(8,65,122); }
td.TdClassName
{
border-color: #08417A;
}
.TagClassName
{
border-color: #08417A;
}
</style>