Shades of Navy Blue #095CF6
Tints of Navy Blue #095CF6
RGB
CMYK
RGB Variations
Color information
#095CF6 (or 0x095CF6) is known color: Navy Blue. HEX triplet: 09, 5C and F6. RGB value is (9,92,246). Sum of RGB (Red+Green+Blue) = 9+92+246=347 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 347); Green value is 92 (36.33% from 255 or 26.51% from 347); Blue value is 246 (96.48% from 255 or 70.89% from 347); Max value from RGB is 246 - color contains mainly: blue. Hex color #095CF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CF6 is #F6A309. Grayscale: #545454. Windows color (decimal): -16163594 or 16145417. OLE color: 16145417.
HSL color Cylindrical-coordinate representation of color #095CF6: hue angle of 218.99º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CF6 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 9 | 92 | 246 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.04 |
| HSL | 218.99º | 0.93% | 0.5% | - |
| HSV(B) | 218.99º | 0.96% | 0.96% | - |
| XYZ | 20.57 | 14.37 | 88.88 | - |
| YUV | 84.74 | 219 | 73.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 246 | 0.96 | 0.63 | 0 | 0.04 | 218.99 | 0.93 | 0.5 |
| Hex | 9 | 5C | F6 | 60 | 3F | 0 | 4 | DB | 5D | 32 |
| Octal | 11 | 134 | 366 | 140 | 77 | 0 | 4 | 333 | 135 | 62 |
| Binary | 1001 | 1011100 | 11110110 | 1100000 | 111111 | 0 | 100 | 11011011 | 1011101 | 110010 |
Color Harmonies of #095CF6
Complementary color
Monochromatic Colors of #095CF6
Black with #095CF6
Text Example
Text Example
White with #095CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CF6; }
p { color: rgb(9,92,246); }
H1.HeaderClassName
{
color: #095CF6;
}
.AnyTagClassName
{
color: #095CF6;
}
</style>
background-color css
<style>
a { background-color: #095CF6; }
a { background-color: rgb(9,92,246); }
div.DivClassName
{
background-color: #095CF6;
}
.BgClassName
{
background-color: #095CF6;
}
</style>
border-color css
<style>
span { border-color: #095CF6; }
span { border-color: rgb(9,92,246); }
td.TdClassName
{
border-color: #095CF6;
}
.TagClassName
{
border-color: #095CF6;
}
</style>