Shades of Navy Blue #0952FE
Tints of Navy Blue #0952FE
RGB
CMYK
RGB Variations
Color information
#0952FE (or 0x0952FE) is known color: Navy Blue. HEX triplet: 09, 52 and FE. RGB value is (9,82,254). Sum of RGB (Red+Green+Blue) = 9+82+254=345 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.61% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0952FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0952FE is #F6AD01. Grayscale: #4F4F4F. Windows color (decimal): -16166146 or 16667145. OLE color: 16667145.
HSL color Cylindrical-coordinate representation of color #0952FE: hue angle of 222.12º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0952FE is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 82 | 254 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.00 |
| HSL | 222.12º | 0.99% | 0.52% | - |
| HSV(B) | 222.12º | 0.96% | 1% | - |
| XYZ | 21.02 | 13.25 | 95.22 | - |
| YUV | 79.78 | 226.32 | 77.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 82 | 254 | 0.96 | 0.68 | 0 | 0.00 | 222.12 | 0.99 | 0.52 |
| Hex | 9 | 52 | FE | 60 | 44 | 0 | 0 | DE | 63 | 34 |
| Octal | 11 | 122 | 376 | 140 | 104 | 0 | 0 | 336 | 143 | 64 |
| Binary | 1001 | 1010010 | 11111110 | 1100000 | 1000100 | 0 | 0 | 11011110 | 1100011 | 110100 |
Color Harmonies of #0952FE
Complementary color
Monochromatic Colors of #0952FE
Black with #0952FE
Text Example
Text Example
White with #0952FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0952FE; }
p { color: rgb(9,82,254); }
H1.HeaderClassName
{
color: #0952FE;
}
.AnyTagClassName
{
color: #0952FE;
}
</style>
background-color css
<style>
a { background-color: #0952FE; }
a { background-color: rgb(9,82,254); }
div.DivClassName
{
background-color: #0952FE;
}
.BgClassName
{
background-color: #0952FE;
}
</style>
border-color css
<style>
span { border-color: #0952FE; }
span { border-color: rgb(9,82,254); }
td.TdClassName
{
border-color: #0952FE;
}
.TagClassName
{
border-color: #0952FE;
}
</style>