Shades of Dark Cerulean #0F426B
Tints of Dark Cerulean #0F426B
RGB
CMYK
RGB Variations
Color information
#0F426B (or 0x0F426B) is known color: Dark Cerulean. HEX triplet: 0F, 42 and 6B. RGB value is (15,66,107). Sum of RGB (Red+Green+Blue) = 15+66+107=188 (24% of max value = 765). Red value is 15 (6.25% from 255 or 7.98% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #0F426B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F426B is #F0BD94. Grayscale: #373737. Windows color (decimal): -15777173 or 7029263. OLE color: 7029263.
HSL color Cylindrical-coordinate representation of color #0F426B: hue angle of 206.74º 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 #0F426B is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 66 | 107 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.58 |
| HSL | 206.74º | 0.75% | 0.24% | - |
| HSV(B) | 206.74º | 0.86% | 0.42% | - |
| XYZ | 4.8 | 5.06 | 14.63 | - |
| YUV | 55.43 | 157.1 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 107 | 0.86 | 0.38 | 0 | 0.58 | 206.74 | 0.75 | 0.24 |
| Hex | F | 42 | 6B | 56 | 26 | 0 | 3A | CF | 4B | 18 |
| Octal | 17 | 102 | 153 | 126 | 46 | 0 | 72 | 317 | 113 | 30 |
| Binary | 1111 | 1000010 | 1101011 | 1010110 | 100110 | 0 | 111010 | 11001111 | 1001011 | 11000 |
Color Harmonies of #0F426B
Complementary color
Monochromatic Colors of #0F426B
Black with #0F426B
Text Example
Text Example
White with #0F426B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F426B; }
p { color: rgb(15,66,107); }
H1.HeaderClassName
{
color: #0F426B;
}
.AnyTagClassName
{
color: #0F426B;
}
</style>
background-color css
<style>
a { background-color: #0F426B; }
a { background-color: rgb(15,66,107); }
div.DivClassName
{
background-color: #0F426B;
}
.BgClassName
{
background-color: #0F426B;
}
</style>
border-color css
<style>
span { border-color: #0F426B; }
span { border-color: rgb(15,66,107); }
td.TdClassName
{
border-color: #0F426B;
}
.TagClassName
{
border-color: #0F426B;
}
</style>