Shades of Navy Blue #0952DF
Tints of Navy Blue #0952DF
RGB
CMYK
RGB Variations
Color information
#0952DF (or 0x0952DF) is known color: Navy Blue. HEX triplet: 09, 52 and DF. RGB value is (9,82,223). Sum of RGB (Red+Green+Blue) = 9+82+223=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0952DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952DF is #F6AD20. Grayscale: #4B4B4B. Windows color (decimal): -16166177 or 14635529. OLE color: 14635529.
HSL color Cylindrical-coordinate representation of color #0952DF: hue angle of 219.53º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952DF is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 82 | 223 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.13 |
| HSL | 219.53º | 0.92% | 0.45% | - |
| HSV(B) | 219.53º | 0.96% | 0.87% | - |
| XYZ | 16.45 | 11.42 | 71.15 | - |
| YUV | 76.25 | 210.82 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 223 | 0.96 | 0.63 | 0 | 0.13 | 219.53 | 0.92 | 0.45 |
| Hex | 9 | 52 | DF | 60 | 3F | 0 | D | DC | 5C | 2D |
| Octal | 11 | 122 | 337 | 140 | 77 | 0 | 15 | 334 | 134 | 55 |
| Binary | 1001 | 1010010 | 11011111 | 1100000 | 111111 | 0 | 1101 | 11011100 | 1011100 | 101101 |
Color Harmonies of #0952DF
Complementary color
Monochromatic Colors of #0952DF
Black with #0952DF
Text Example
Text Example
White with #0952DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952DF; }
p { color: rgb(9,82,223); }
H1.HeaderClassName
{
color: #0952DF;
}
.AnyTagClassName
{
color: #0952DF;
}
</style>
background-color css
<style>
a { background-color: #0952DF; }
a { background-color: rgb(9,82,223); }
div.DivClassName
{
background-color: #0952DF;
}
.BgClassName
{
background-color: #0952DF;
}
</style>
border-color css
<style>
span { border-color: #0952DF; }
span { border-color: rgb(9,82,223); }
td.TdClassName
{
border-color: #0952DF;
}
.TagClassName
{
border-color: #0952DF;
}
</style>