Shades of Navy Blue #0953FE
Tints of Navy Blue #0953FE
RGB
CMYK
RGB Variations
Color information
#0953FE (or 0x0953FE) is known color: Navy Blue. HEX triplet: 09, 53 and FE. RGB value is (9,83,254). Sum of RGB (Red+Green+Blue) = 9+83+254=346 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.60% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #0953FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0953FE is #F6AC01. Grayscale: #4F4F4F. Windows color (decimal): -16165890 or 16667401. OLE color: 16667401.
HSL color Cylindrical-coordinate representation of color #0953FE: hue angle of 221.88º 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 #0953FE is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 9 | 83 | 254 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.00 |
| HSL | 221.88º | 0.99% | 0.52% | - |
| HSV(B) | 221.88º | 0.96% | 1% | - |
| XYZ | 21.1 | 13.4 | 95.24 | - |
| YUV | 80.37 | 225.98 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 83 | 254 | 0.96 | 0.67 | 0 | 0.00 | 221.88 | 0.99 | 0.52 |
| Hex | 9 | 53 | FE | 60 | 43 | 0 | 0 | DE | 63 | 34 |
| Octal | 11 | 123 | 376 | 140 | 103 | 0 | 0 | 336 | 143 | 64 |
| Binary | 1001 | 1010011 | 11111110 | 1100000 | 1000011 | 0 | 0 | 11011110 | 1100011 | 110100 |
Color Harmonies of #0953FE
Complementary color
Monochromatic Colors of #0953FE
Black with #0953FE
Text Example
Text Example
White with #0953FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0953FE; }
p { color: rgb(9,83,254); }
H1.HeaderClassName
{
color: #0953FE;
}
.AnyTagClassName
{
color: #0953FE;
}
</style>
background-color css
<style>
a { background-color: #0953FE; }
a { background-color: rgb(9,83,254); }
div.DivClassName
{
background-color: #0953FE;
}
.BgClassName
{
background-color: #0953FE;
}
</style>
border-color css
<style>
span { border-color: #0953FE; }
span { border-color: rgb(9,83,254); }
td.TdClassName
{
border-color: #0953FE;
}
.TagClassName
{
border-color: #0953FE;
}
</style>