Shades of Navy Blue #0955CF
Tints of Navy Blue #0955CF
RGB
CMYK
RGB Variations
Color information
#0955CF (or 0x0955CF) is known color: Navy Blue. HEX triplet: 09, 55 and CF. RGB value is (9,85,207). Sum of RGB (Red+Green+Blue) = 9+85+207=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #0955CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0955CF is #F6AA30. Grayscale: #4B4B4B. Windows color (decimal): -16165425 or 13587721. OLE color: 13587721.
HSL color Cylindrical-coordinate representation of color #0955CF: hue angle of 216.97º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0955CF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 85 | 207 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.19 |
| HSL | 216.97º | 0.92% | 0.42% | - |
| HSV(B) | 216.97º | 0.96% | 0.81% | - |
| XYZ | 14.62 | 11.06 | 60.4 | - |
| YUV | 76.18 | 201.82 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 85 | 207 | 0.96 | 0.59 | 0 | 0.19 | 216.97 | 0.92 | 0.42 |
| Hex | 9 | 55 | CF | 60 | 3B | 0 | 13 | D9 | 5C | 2A |
| Octal | 11 | 125 | 317 | 140 | 73 | 0 | 23 | 331 | 134 | 52 |
| Binary | 1001 | 1010101 | 11001111 | 1100000 | 111011 | 0 | 10011 | 11011001 | 1011100 | 101010 |
Color Harmonies of #0955CF
Complementary color
Monochromatic Colors of #0955CF
Black with #0955CF
Text Example
Text Example
White with #0955CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0955CF; }
p { color: rgb(9,85,207); }
H1.HeaderClassName
{
color: #0955CF;
}
.AnyTagClassName
{
color: #0955CF;
}
</style>
background-color css
<style>
a { background-color: #0955CF; }
a { background-color: rgb(9,85,207); }
div.DivClassName
{
background-color: #0955CF;
}
.BgClassName
{
background-color: #0955CF;
}
</style>
border-color css
<style>
span { border-color: #0955CF; }
span { border-color: rgb(9,85,207); }
td.TdClassName
{
border-color: #0955CF;
}
.TagClassName
{
border-color: #0955CF;
}
</style>