Shades of Navy Blue #0952FB
Tints of Navy Blue #0952FB
RGB
CMYK
RGB Variations
Color information
#0952FB (or 0x0952FB) is known color: Navy Blue. HEX triplet: 09, 52 and FB. RGB value is (9,82,251). Sum of RGB (Red+Green+Blue) = 9+82+251=342 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.63% from 342); Green value is 82 (32.42% from 255 or 23.98% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #0952FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952FB is #F6AD04. Grayscale: #4E4E4E. Windows color (decimal): -16166149 or 16470537. OLE color: 16470537.
HSL color Cylindrical-coordinate representation of color #0952FB: hue angle of 221.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952FB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 82 | 251 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.02 |
| HSL | 221.9º | 0.97% | 0.51% | - |
| HSV(B) | 221.9º | 0.96% | 0.98% | - |
| XYZ | 20.54 | 13.06 | 92.7 | - |
| YUV | 79.44 | 224.82 | 77.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 251 | 0.96 | 0.67 | 0 | 0.02 | 221.9 | 0.97 | 0.51 |
| Hex | 9 | 52 | FB | 60 | 43 | 0 | 2 | DE | 61 | 33 |
| Octal | 11 | 122 | 373 | 140 | 103 | 0 | 2 | 336 | 141 | 63 |
| Binary | 1001 | 1010010 | 11111011 | 1100000 | 1000011 | 0 | 10 | 11011110 | 1100001 | 110011 |
Color Harmonies of #0952FB
Complementary color
Monochromatic Colors of #0952FB
Black with #0952FB
Text Example
Text Example
White with #0952FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952FB; }
p { color: rgb(9,82,251); }
H1.HeaderClassName
{
color: #0952FB;
}
.AnyTagClassName
{
color: #0952FB;
}
</style>
background-color css
<style>
a { background-color: #0952FB; }
a { background-color: rgb(9,82,251); }
div.DivClassName
{
background-color: #0952FB;
}
.BgClassName
{
background-color: #0952FB;
}
</style>
border-color css
<style>
span { border-color: #0952FB; }
span { border-color: rgb(9,82,251); }
td.TdClassName
{
border-color: #0952FB;
}
.TagClassName
{
border-color: #0952FB;
}
</style>