Shades of Navy Blue #095CF9
Tints of Navy Blue #095CF9
RGB
CMYK
RGB Variations
Color information
#095CF9 (or 0x095CF9) is known color: Navy Blue. HEX triplet: 09, 5C and F9. RGB value is (9,92,249). Sum of RGB (Red+Green+Blue) = 9+92+249=350 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.57% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 249 (97.66% from 255 or 71.14% from 350); Max value from RGB is 249 - color contains mainly: blue. Hex color #095CF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CF9 is #F6A306. Grayscale: #545454. Windows color (decimal): -16163591 or 16342025. OLE color: 16342025.
HSL color Cylindrical-coordinate representation of color #095CF9: hue angle of 219.25º degrees, saturation: 0.95, 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 #095CF9 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 9 | 92 | 249 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.02 |
| HSL | 219.25º | 0.95% | 0.51% | - |
| HSV(B) | 219.25º | 0.96% | 0.98% | - |
| XYZ | 21.04 | 14.55 | 91.32 | - |
| YUV | 85.08 | 220.5 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 249 | 0.96 | 0.63 | 0 | 0.02 | 219.25 | 0.95 | 0.51 |
| Hex | 9 | 5C | F9 | 60 | 3F | 0 | 2 | DB | 5F | 33 |
| Octal | 11 | 134 | 371 | 140 | 77 | 0 | 2 | 333 | 137 | 63 |
| Binary | 1001 | 1011100 | 11111001 | 1100000 | 111111 | 0 | 10 | 11011011 | 1011111 | 110011 |
Color Harmonies of #095CF9
Complementary color
Monochromatic Colors of #095CF9
Black with #095CF9
Text Example
Text Example
White with #095CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CF9; }
p { color: rgb(9,92,249); }
H1.HeaderClassName
{
color: #095CF9;
}
.AnyTagClassName
{
color: #095CF9;
}
</style>
background-color css
<style>
a { background-color: #095CF9; }
a { background-color: rgb(9,92,249); }
div.DivClassName
{
background-color: #095CF9;
}
.BgClassName
{
background-color: #095CF9;
}
</style>
border-color css
<style>
span { border-color: #095CF9; }
span { border-color: rgb(9,92,249); }
td.TdClassName
{
border-color: #095CF9;
}
.TagClassName
{
border-color: #095CF9;
}
</style>