Shades of Navy Blue #0F7BCB
Tints of Navy Blue #0F7BCB
RGB
CMYK
RGB Variations
Color information
#0F7BCB (or 0x0F7BCB) is known color: Navy Blue. HEX triplet: 0F, 7B and CB. RGB value is (15,123,203). Sum of RGB (Red+Green+Blue) = 15+123+203=341 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.40% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 203 (79.69% from 255 or 59.53% from 341); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F7BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F7BCB is #F08434. Grayscale: #636363. Windows color (decimal): -15762485 or 13335311. OLE color: 13335311.
HSL color Cylindrical-coordinate representation of color #0F7BCB: hue angle of 205.53º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7BCB is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 15 | 123 | 203 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.20 |
| HSL | 205.53º | 0.86% | 0.43% | - |
| HSV(B) | 205.53º | 0.93% | 0.8% | - |
| XYZ | 18.06 | 18.58 | 59.13 | - |
| YUV | 99.83 | 186.22 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 203 | 0.93 | 0.39 | 0 | 0.20 | 205.53 | 0.86 | 0.43 |
| Hex | F | 7B | CB | 5D | 27 | 0 | 14 | CE | 56 | 2B |
| Octal | 17 | 173 | 313 | 135 | 47 | 0 | 24 | 316 | 126 | 53 |
| Binary | 1111 | 1111011 | 11001011 | 1011101 | 100111 | 0 | 10100 | 11001110 | 1010110 | 101011 |
Color Harmonies of #0F7BCB
Complementary color
Monochromatic Colors of #0F7BCB
Black with #0F7BCB
Text Example
Text Example
White with #0F7BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BCB; }
p { color: rgb(15,123,203); }
H1.HeaderClassName
{
color: #0F7BCB;
}
.AnyTagClassName
{
color: #0F7BCB;
}
</style>
background-color css
<style>
a { background-color: #0F7BCB; }
a { background-color: rgb(15,123,203); }
div.DivClassName
{
background-color: #0F7BCB;
}
.BgClassName
{
background-color: #0F7BCB;
}
</style>
border-color css
<style>
span { border-color: #0F7BCB; }
span { border-color: rgb(15,123,203); }
td.TdClassName
{
border-color: #0F7BCB;
}
.TagClassName
{
border-color: #0F7BCB;
}
</style>