Shades of Dark Cerulean #08417B
Tints of Dark Cerulean #08417B
RGB
CMYK
RGB Variations
Color information
#08417B (or 0x08417B) is known color: Dark Cerulean. HEX triplet: 08, 41 and 7B. RGB value is (8,65,123). Sum of RGB (Red+Green+Blue) = 8+65+123=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 65 (25.78% from 255 or 33.16% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #08417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #08417B is #F7BE84. Grayscale: #363636. Windows color (decimal): -16236165 or 8077576. OLE color: 8077576.
HSL color Cylindrical-coordinate representation of color #08417B: hue angle of 210.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08417B is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 8 | 65 | 123 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.52 |
| HSL | 210.26º | 0.88% | 0.26% | - |
| HSV(B) | 210.26º | 0.93% | 0.48% | - |
| XYZ | 5.57 | 5.26 | 19.46 | - |
| YUV | 54.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 65 | 123 | 0.93 | 0.47 | 0 | 0.52 | 210.26 | 0.88 | 0.26 |
| Hex | 8 | 41 | 7B | 5D | 2F | 0 | 34 | D2 | 58 | 1A |
| Octal | 10 | 101 | 173 | 135 | 57 | 0 | 64 | 322 | 130 | 32 |
| Binary | 1000 | 1000001 | 1111011 | 1011101 | 101111 | 0 | 110100 | 11010010 | 1011000 | 11010 |
Color Harmonies of #08417B
Complementary color
Monochromatic Colors of #08417B
Black with #08417B
Text Example
Text Example
White with #08417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08417B; }
p { color: rgb(8,65,123); }
H1.HeaderClassName
{
color: #08417B;
}
.AnyTagClassName
{
color: #08417B;
}
</style>
background-color css
<style>
a { background-color: #08417B; }
a { background-color: rgb(8,65,123); }
div.DivClassName
{
background-color: #08417B;
}
.BgClassName
{
background-color: #08417B;
}
</style>
border-color css
<style>
span { border-color: #08417B; }
span { border-color: rgb(8,65,123); }
td.TdClassName
{
border-color: #08417B;
}
.TagClassName
{
border-color: #08417B;
}
</style>