Shades of Dark Cerulean #0F4B7B
Tints of Dark Cerulean #0F4B7B
RGB
CMYK
RGB Variations
Color information
#0F4B7B (or 0x0F4B7B) is known color: Dark Cerulean. HEX triplet: 0F, 4B and 7B. RGB value is (15,75,123). Sum of RGB (Red+Green+Blue) = 15+75+123=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F4B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4B7B is #F0B484. Grayscale: #3E3E3E. Windows color (decimal): -15774853 or 8080143. OLE color: 8080143.
HSL color Cylindrical-coordinate representation of color #0F4B7B: hue angle of 206.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 #0F4B7B is Cyan = 0.88, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 15 | 75 | 123 | - |
| CMYK | 0.88 | 0.39 | 0 | 0.52 |
| HSL | 206.67º | 0.78% | 0.27% | - |
| HSV(B) | 206.67º | 0.88% | 0.48% | - |
| XYZ | 6.29 | 6.56 | 19.67 | - |
| YUV | 62.53 | 162.12 | 94.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 75 | 123 | 0.88 | 0.39 | 0 | 0.52 | 206.67 | 0.78 | 0.27 |
| Hex | F | 4B | 7B | 58 | 27 | 0 | 34 | CF | 4E | 1B |
| Octal | 17 | 113 | 173 | 130 | 47 | 0 | 64 | 317 | 116 | 33 |
| Binary | 1111 | 1001011 | 1111011 | 1011000 | 100111 | 0 | 110100 | 11001111 | 1001110 | 11011 |
Color Harmonies of #0F4B7B
Complementary color
Monochromatic Colors of #0F4B7B
Black with #0F4B7B
Text Example
Text Example
White with #0F4B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4B7B; }
p { color: rgb(15,75,123); }
H1.HeaderClassName
{
color: #0F4B7B;
}
.AnyTagClassName
{
color: #0F4B7B;
}
</style>
background-color css
<style>
a { background-color: #0F4B7B; }
a { background-color: rgb(15,75,123); }
div.DivClassName
{
background-color: #0F4B7B;
}
.BgClassName
{
background-color: #0F4B7B;
}
</style>
border-color css
<style>
span { border-color: #0F4B7B; }
span { border-color: rgb(15,75,123); }
td.TdClassName
{
border-color: #0F4B7B;
}
.TagClassName
{
border-color: #0F4B7B;
}
</style>