Shades of Dark Cerulean #0F4374
Tints of Dark Cerulean #0F4374
RGB
CMYK
RGB Variations
Color information
#0F4374 (or 0x0F4374) is known color: Dark Cerulean. HEX triplet: 0F, 43 and 74. RGB value is (15,67,116). Sum of RGB (Red+Green+Blue) = 15+67+116=198 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.58% from 198); Green value is 67 (26.56% from 255 or 33.84% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #0F4374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0F4374 is #F0BC8B. Grayscale: #383838. Windows color (decimal): -15776908 or 7619343. OLE color: 7619343.
HSL color Cylindrical-coordinate representation of color #0F4374: hue angle of 209.11º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F4374 is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 15 | 67 | 116 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.55 |
| HSL | 209.11º | 0.77% | 0.26% | - |
| HSV(B) | 209.11º | 0.87% | 0.45% | - |
| XYZ | 5.36 | 5.38 | 17.28 | - |
| YUV | 57.04 | 161.27 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 67 | 116 | 0.87 | 0.42 | 0 | 0.55 | 209.11 | 0.77 | 0.26 |
| Hex | F | 43 | 74 | 57 | 2A | 0 | 37 | D1 | 4D | 1A |
| Octal | 17 | 103 | 164 | 127 | 52 | 0 | 67 | 321 | 115 | 32 |
| Binary | 1111 | 1000011 | 1110100 | 1010111 | 101010 | 0 | 110111 | 11010001 | 1001101 | 11010 |
Color Harmonies of #0F4374
Complementary color
Monochromatic Colors of #0F4374
Black with #0F4374
Text Example
Text Example
White with #0F4374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F4374; }
p { color: rgb(15,67,116); }
H1.HeaderClassName
{
color: #0F4374;
}
.AnyTagClassName
{
color: #0F4374;
}
</style>
background-color css
<style>
a { background-color: #0F4374; }
a { background-color: rgb(15,67,116); }
div.DivClassName
{
background-color: #0F4374;
}
.BgClassName
{
background-color: #0F4374;
}
</style>
border-color css
<style>
span { border-color: #0F4374; }
span { border-color: rgb(15,67,116); }
td.TdClassName
{
border-color: #0F4374;
}
.TagClassName
{
border-color: #0F4374;
}
</style>