Shades of Navy Blue #095CF3
Tints of Navy Blue #095CF3
RGB
CMYK
RGB Variations
Color information
#095CF3 (or 0x095CF3) is known color: Navy Blue. HEX triplet: 09, 5C and F3. RGB value is (9,92,243). Sum of RGB (Red+Green+Blue) = 9+92+243=344 (45% of max value = 765). Red value is 9 (3.91% from 255 or 2.62% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 243 (95.31% from 255 or 70.64% from 344); Max value from RGB is 243 - color contains mainly: blue. Hex color #095CF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CF3 is #F6A30C. Grayscale: #535353. Windows color (decimal): -16163597 or 15948809. OLE color: 15948809.
HSL color Cylindrical-coordinate representation of color #095CF3: hue angle of 218.72º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CF3 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 9 | 92 | 243 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.05 |
| HSL | 218.72º | 0.93% | 0.49% | - |
| HSV(B) | 218.72º | 0.96% | 0.95% | - |
| XYZ | 20.12 | 14.18 | 86.47 | - |
| YUV | 84.4 | 217.5 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 243 | 0.96 | 0.62 | 0 | 0.05 | 218.72 | 0.93 | 0.49 |
| Hex | 9 | 5C | F3 | 60 | 3E | 0 | 5 | DB | 5D | 31 |
| Octal | 11 | 134 | 363 | 140 | 76 | 0 | 5 | 333 | 135 | 61 |
| Binary | 1001 | 1011100 | 11110011 | 1100000 | 111110 | 0 | 101 | 11011011 | 1011101 | 110001 |
Color Harmonies of #095CF3
Complementary color
Monochromatic Colors of #095CF3
Black with #095CF3
Text Example
Text Example
White with #095CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CF3; }
p { color: rgb(9,92,243); }
H1.HeaderClassName
{
color: #095CF3;
}
.AnyTagClassName
{
color: #095CF3;
}
</style>
background-color css
<style>
a { background-color: #095CF3; }
a { background-color: rgb(9,92,243); }
div.DivClassName
{
background-color: #095CF3;
}
.BgClassName
{
background-color: #095CF3;
}
</style>
border-color css
<style>
span { border-color: #095CF3; }
span { border-color: rgb(9,92,243); }
td.TdClassName
{
border-color: #095CF3;
}
.TagClassName
{
border-color: #095CF3;
}
</style>