Shades of Dark Cerulean #0F446B
Tints of Dark Cerulean #0F446B
RGB
CMYK
RGB Variations
Color information
#0F446B (or 0x0F446B) is known color: Dark Cerulean. HEX triplet: 0F, 44 and 6B. RGB value is (15,68,107). Sum of RGB (Red+Green+Blue) = 15+68+107=190 (25% of max value = 765). Red value is 15 (6.25% from 255 or 7.89% from 190); Green value is 68 (26.95% from 255 or 35.79% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F446B is #F0BB94. Grayscale: #383838. Windows color (decimal): -15776661 or 7029775. OLE color: 7029775.
HSL color Cylindrical-coordinate representation of color #0F446B: hue angle of 205.43º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F446B is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 68 | 107 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.58 |
| HSL | 205.43º | 0.75% | 0.24% | - |
| HSV(B) | 205.43º | 0.86% | 0.42% | - |
| XYZ | 4.92 | 5.3 | 14.67 | - |
| YUV | 56.6 | 156.44 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 68 | 107 | 0.86 | 0.36 | 0 | 0.58 | 205.43 | 0.75 | 0.24 |
| Hex | F | 44 | 6B | 56 | 24 | 0 | 3A | CD | 4B | 18 |
| Octal | 17 | 104 | 153 | 126 | 44 | 0 | 72 | 315 | 113 | 30 |
| Binary | 1111 | 1000100 | 1101011 | 1010110 | 100100 | 0 | 111010 | 11001101 | 1001011 | 11000 |
Color Harmonies of #0F446B
Complementary color
Monochromatic Colors of #0F446B
Black with #0F446B
Text Example
Text Example
White with #0F446B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F446B; }
p { color: rgb(15,68,107); }
H1.HeaderClassName
{
color: #0F446B;
}
.AnyTagClassName
{
color: #0F446B;
}
</style>
background-color css
<style>
a { background-color: #0F446B; }
a { background-color: rgb(15,68,107); }
div.DivClassName
{
background-color: #0F446B;
}
.BgClassName
{
background-color: #0F446B;
}
</style>
border-color css
<style>
span { border-color: #0F446B; }
span { border-color: rgb(15,68,107); }
td.TdClassName
{
border-color: #0F446B;
}
.TagClassName
{
border-color: #0F446B;
}
</style>