Shades of Navy Blue #0F81CA
Tints of Navy Blue #0F81CA
RGB
CMYK
RGB Variations
Color information
#0F81CA (or 0x0F81CA) is known color: Navy Blue. HEX triplet: 0F, 81 and CA. RGB value is (15,129,202). Sum of RGB (Red+Green+Blue) = 15+129+202=346 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.34% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F81CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0F81CA is #F07E35. Grayscale: #666666. Windows color (decimal): -15760950 or 13271311. OLE color: 13271311.
HSL color Cylindrical-coordinate representation of color #0F81CA: hue angle of 203.42º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F81CA is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 15 | 129 | 202 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.21 |
| HSL | 203.42º | 0.86% | 0.43% | - |
| HSV(B) | 203.42º | 0.93% | 0.79% | - |
| XYZ | 18.71 | 20.07 | 58.76 | - |
| YUV | 103.24 | 183.73 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 129 | 202 | 0.93 | 0.36 | 0 | 0.21 | 203.42 | 0.86 | 0.43 |
| Hex | F | 81 | CA | 5D | 24 | 0 | 15 | CB | 56 | 2B |
| Octal | 17 | 201 | 312 | 135 | 44 | 0 | 25 | 313 | 126 | 53 |
| Binary | 1111 | 10000001 | 11001010 | 1011101 | 100100 | 0 | 10101 | 11001011 | 1010110 | 101011 |
Color Harmonies of #0F81CA
Complementary color
Monochromatic Colors of #0F81CA
Black with #0F81CA
Text Example
Text Example
White with #0F81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F81CA; }
p { color: rgb(15,129,202); }
H1.HeaderClassName
{
color: #0F81CA;
}
.AnyTagClassName
{
color: #0F81CA;
}
</style>
background-color css
<style>
a { background-color: #0F81CA; }
a { background-color: rgb(15,129,202); }
div.DivClassName
{
background-color: #0F81CA;
}
.BgClassName
{
background-color: #0F81CA;
}
</style>
border-color css
<style>
span { border-color: #0F81CA; }
span { border-color: rgb(15,129,202); }
td.TdClassName
{
border-color: #0F81CA;
}
.TagClassName
{
border-color: #0F81CA;
}
</style>