Shades of Navy Blue #095CF8
Tints of Navy Blue #095CF8
RGB
CMYK
RGB Variations
Color information
#095CF8 (or 0x095CF8) is known color: Navy Blue. HEX triplet: 09, 5C and F8. RGB value is (9,92,248). Sum of RGB (Red+Green+Blue) = 9+92+248=349 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.58% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 248 (97.27% from 255 or 71.06% from 349); Max value from RGB is 248 - color contains mainly: blue. Hex color #095CF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #095CF8 is #F6A307. Grayscale: #545454. Windows color (decimal): -16163592 or 16276489. OLE color: 16276489.
HSL color Cylindrical-coordinate representation of color #095CF8: hue angle of 219.16º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CF8 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 9 | 92 | 248 | - |
| CMYK | 0.96 | 0.63 | 0 | 0.03 |
| HSL | 219.16º | 0.94% | 0.5% | - |
| HSV(B) | 219.16º | 0.96% | 0.97% | - |
| XYZ | 20.88 | 14.49 | 90.5 | - |
| YUV | 84.97 | 220 | 73.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 248 | 0.96 | 0.63 | 0 | 0.03 | 219.16 | 0.94 | 0.5 |
| Hex | 9 | 5C | F8 | 60 | 3F | 0 | 3 | DB | 5E | 32 |
| Octal | 11 | 134 | 370 | 140 | 77 | 0 | 3 | 333 | 136 | 62 |
| Binary | 1001 | 1011100 | 11111000 | 1100000 | 111111 | 0 | 11 | 11011011 | 1011110 | 110010 |
Color Harmonies of #095CF8
Complementary color
Monochromatic Colors of #095CF8
Black with #095CF8
Text Example
Text Example
White with #095CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CF8; }
p { color: rgb(9,92,248); }
H1.HeaderClassName
{
color: #095CF8;
}
.AnyTagClassName
{
color: #095CF8;
}
</style>
background-color css
<style>
a { background-color: #095CF8; }
a { background-color: rgb(9,92,248); }
div.DivClassName
{
background-color: #095CF8;
}
.BgClassName
{
background-color: #095CF8;
}
</style>
border-color css
<style>
span { border-color: #095CF8; }
span { border-color: rgb(9,92,248); }
td.TdClassName
{
border-color: #095CF8;
}
.TagClassName
{
border-color: #095CF8;
}
</style>