Shades of Dark Cerulean #0F427B
Tints of Dark Cerulean #0F427B
RGB
CMYK
RGB Variations
Color information
#0F427B (or 0x0F427B) is known color: Dark Cerulean. HEX triplet: 0F, 42 and 7B. RGB value is (15,66,123). Sum of RGB (Red+Green+Blue) = 15+66+123=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 66 (26.17% from 255 or 32.35% from 204); Blue value is 123 (48.44% from 255 or 60.29% from 204); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F427B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F427B is #F0BD84. Grayscale: #383838. Windows color (decimal): -15777157 or 8077839. OLE color: 8077839.
HSL color Cylindrical-coordinate representation of color #0F427B: hue angle of 211.67º 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 #0F427B is Cyan = 0.88, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 66 | 123 | - |
| CMYK | 0.88 | 0.46 | 0 | 0.52 |
| HSL | 211.67º | 0.78% | 0.27% | - |
| HSV(B) | 211.67º | 0.88% | 0.48% | - |
| XYZ | 5.72 | 5.43 | 19.49 | - |
| YUV | 57.25 | 165.1 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 66 | 123 | 0.88 | 0.46 | 0 | 0.52 | 211.67 | 0.78 | 0.27 |
| Hex | F | 42 | 7B | 58 | 2E | 0 | 34 | D4 | 4E | 1B |
| Octal | 17 | 102 | 173 | 130 | 56 | 0 | 64 | 324 | 116 | 33 |
| Binary | 1111 | 1000010 | 1111011 | 1011000 | 101110 | 0 | 110100 | 11010100 | 1001110 | 11011 |
Color Harmonies of #0F427B
Complementary color
Monochromatic Colors of #0F427B
Black with #0F427B
Text Example
Text Example
White with #0F427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F427B; }
p { color: rgb(15,66,123); }
H1.HeaderClassName
{
color: #0F427B;
}
.AnyTagClassName
{
color: #0F427B;
}
</style>
background-color css
<style>
a { background-color: #0F427B; }
a { background-color: rgb(15,66,123); }
div.DivClassName
{
background-color: #0F427B;
}
.BgClassName
{
background-color: #0F427B;
}
</style>
border-color css
<style>
span { border-color: #0F427B; }
span { border-color: rgb(15,66,123); }
td.TdClassName
{
border-color: #0F427B;
}
.TagClassName
{
border-color: #0F427B;
}
</style>