Shades of Dark Cerulean #0F417B
Tints of Dark Cerulean #0F417B
RGB
CMYK
RGB Variations
Color information
#0F417B (or 0x0F417B) is known color: Dark Cerulean. HEX triplet: 0F, 41 and 7B. RGB value is (15,65,123). Sum of RGB (Red+Green+Blue) = 15+65+123=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 65 (25.78% from 255 or 32.02% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F417B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F417B is #F0BE84. Grayscale: #383838. Windows color (decimal): -15777413 or 8077583. OLE color: 8077583.
HSL color Cylindrical-coordinate representation of color #0F417B: hue angle of 212.22º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F417B is Cyan = 0.88, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 65 | 123 | - |
| CMYK | 0.88 | 0.47 | 0 | 0.52 |
| HSL | 212.22º | 0.78% | 0.27% | - |
| HSV(B) | 212.22º | 0.88% | 0.48% | - |
| XYZ | 5.66 | 5.31 | 19.47 | - |
| YUV | 56.66 | 165.44 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 65 | 123 | 0.88 | 0.47 | 0 | 0.52 | 212.22 | 0.78 | 0.27 |
| Hex | F | 41 | 7B | 58 | 2F | 0 | 34 | D4 | 4E | 1B |
| Octal | 17 | 101 | 173 | 130 | 57 | 0 | 64 | 324 | 116 | 33 |
| Binary | 1111 | 1000001 | 1111011 | 1011000 | 101111 | 0 | 110100 | 11010100 | 1001110 | 11011 |
Color Harmonies of #0F417B
Complementary color
Monochromatic Colors of #0F417B
Black with #0F417B
Text Example
Text Example
White with #0F417B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F417B; }
p { color: rgb(15,65,123); }
H1.HeaderClassName
{
color: #0F417B;
}
.AnyTagClassName
{
color: #0F417B;
}
</style>
background-color css
<style>
a { background-color: #0F417B; }
a { background-color: rgb(15,65,123); }
div.DivClassName
{
background-color: #0F417B;
}
.BgClassName
{
background-color: #0F417B;
}
</style>
border-color css
<style>
span { border-color: #0F417B; }
span { border-color: rgb(15,65,123); }
td.TdClassName
{
border-color: #0F417B;
}
.TagClassName
{
border-color: #0F417B;
}
</style>