Shades of Dark Cerulean #0F426A
Tints of Dark Cerulean #0F426A
RGB
CMYK
RGB Variations
Color information
#0F426A (or 0x0F426A) is known color: Dark Cerulean. HEX triplet: 0F, 42 and 6A. RGB value is (15,66,106). Sum of RGB (Red+Green+Blue) = 15+66+106=187 (24% of max value = 765). Red value is 15 (6.25% from 255 or 8.02% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #0F426A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F426A is #F0BD95. Grayscale: #373737. Windows color (decimal): -15777174 or 6963727. OLE color: 6963727.
HSL color Cylindrical-coordinate representation of color #0F426A: hue angle of 206.37º 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 #0F426A is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 15 | 66 | 106 | - |
| CMYK | 0.86 | 0.38 | 0 | 0.58 |
| HSL | 206.37º | 0.75% | 0.24% | - |
| HSV(B) | 206.37º | 0.86% | 0.42% | - |
| XYZ | 4.75 | 5.04 | 14.36 | - |
| YUV | 55.31 | 156.6 | 99.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 106 | 0.86 | 0.38 | 0 | 0.58 | 206.37 | 0.75 | 0.24 |
| Hex | F | 42 | 6A | 56 | 26 | 0 | 3A | CE | 4B | 18 |
| Octal | 17 | 102 | 152 | 126 | 46 | 0 | 72 | 316 | 113 | 30 |
| Binary | 1111 | 1000010 | 1101010 | 1010110 | 100110 | 0 | 111010 | 11001110 | 1001011 | 11000 |
Color Harmonies of #0F426A
Complementary color
Monochromatic Colors of #0F426A
Black with #0F426A
Text Example
Text Example
White with #0F426A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F426A; }
p { color: rgb(15,66,106); }
H1.HeaderClassName
{
color: #0F426A;
}
.AnyTagClassName
{
color: #0F426A;
}
</style>
background-color css
<style>
a { background-color: #0F426A; }
a { background-color: rgb(15,66,106); }
div.DivClassName
{
background-color: #0F426A;
}
.BgClassName
{
background-color: #0F426A;
}
</style>
border-color css
<style>
span { border-color: #0F426A; }
span { border-color: rgb(15,66,106); }
td.TdClassName
{
border-color: #0F426A;
}
.TagClassName
{
border-color: #0F426A;
}
</style>