Shades of Navy Blue #0952FD
Tints of Navy Blue #0952FD
RGB
CMYK
RGB Variations
Color information
#0952FD (or 0x0952FD) is known color: Navy Blue. HEX triplet: 09, 52 and FD. RGB value is (9,82,253). Sum of RGB (Red+Green+Blue) = 9+82+253=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 253 (99.22% from 255 or 73.55% from 344); Max value from RGB is 253 - color contains mainly: blue. Hex color #0952FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952FD is #F6AD02. Grayscale: #4E4E4E. Windows color (decimal): -16166147 or 16601609. OLE color: 16601609.
HSL color Cylindrical-coordinate representation of color #0952FD: hue angle of 222.05º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952FD is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 9 | 82 | 253 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.01 |
| HSL | 222.05º | 0.98% | 0.51% | - |
| HSV(B) | 222.05º | 0.96% | 0.99% | - |
| XYZ | 20.86 | 13.18 | 94.37 | - |
| YUV | 79.67 | 225.82 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 253 | 0.96 | 0.68 | 0 | 0.01 | 222.05 | 0.98 | 0.51 |
| Hex | 9 | 52 | FD | 60 | 44 | 0 | 1 | DE | 62 | 33 |
| Octal | 11 | 122 | 375 | 140 | 104 | 0 | 1 | 336 | 142 | 63 |
| Binary | 1001 | 1010010 | 11111101 | 1100000 | 1000100 | 0 | 1 | 11011110 | 1100010 | 110011 |
Color Harmonies of #0952FD
Complementary color
Monochromatic Colors of #0952FD
Black with #0952FD
Text Example
Text Example
White with #0952FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952FD; }
p { color: rgb(9,82,253); }
H1.HeaderClassName
{
color: #0952FD;
}
.AnyTagClassName
{
color: #0952FD;
}
</style>
background-color css
<style>
a { background-color: #0952FD; }
a { background-color: rgb(9,82,253); }
div.DivClassName
{
background-color: #0952FD;
}
.BgClassName
{
background-color: #0952FD;
}
</style>
border-color css
<style>
span { border-color: #0952FD; }
span { border-color: rgb(9,82,253); }
td.TdClassName
{
border-color: #0952FD;
}
.TagClassName
{
border-color: #0952FD;
}
</style>