Shades of Navy Blue #0953FB
Tints of Navy Blue #0953FB
RGB
CMYK
RGB Variations
Color information
#0953FB (or 0x0953FB) is known color: Navy Blue. HEX triplet: 09, 53 and FB. RGB value is (9,83,251). Sum of RGB (Red+Green+Blue) = 9+83+251=343 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 251 (98.44% from 255 or 73.18% from 343); Max value from RGB is 251 - color contains mainly: blue. Hex color #0953FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0953FB is #F6AC04. Grayscale: #4F4F4F. Windows color (decimal): -16165893 or 16470793. OLE color: 16470793.
HSL color Cylindrical-coordinate representation of color #0953FB: hue angle of 221.65º 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 #0953FB is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 83 | 251 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.02 |
| HSL | 221.65º | 0.97% | 0.51% | - |
| HSV(B) | 221.65º | 0.96% | 0.98% | - |
| XYZ | 20.62 | 13.21 | 92.73 | - |
| YUV | 80.03 | 224.48 | 77.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 251 | 0.96 | 0.67 | 0 | 0.02 | 221.65 | 0.97 | 0.51 |
| Hex | 9 | 53 | FB | 60 | 43 | 0 | 2 | DE | 61 | 33 |
| Octal | 11 | 123 | 373 | 140 | 103 | 0 | 2 | 336 | 141 | 63 |
| Binary | 1001 | 1010011 | 11111011 | 1100000 | 1000011 | 0 | 10 | 11011110 | 1100001 | 110011 |
Color Harmonies of #0953FB
Complementary color
Monochromatic Colors of #0953FB
Black with #0953FB
Text Example
Text Example
White with #0953FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0953FB; }
p { color: rgb(9,83,251); }
H1.HeaderClassName
{
color: #0953FB;
}
.AnyTagClassName
{
color: #0953FB;
}
</style>
background-color css
<style>
a { background-color: #0953FB; }
a { background-color: rgb(9,83,251); }
div.DivClassName
{
background-color: #0953FB;
}
.BgClassName
{
background-color: #0953FB;
}
</style>
border-color css
<style>
span { border-color: #0953FB; }
span { border-color: rgb(9,83,251); }
td.TdClassName
{
border-color: #0953FB;
}
.TagClassName
{
border-color: #0953FB;
}
</style>