Shades of Navy Blue #095BCD
Tints of Navy Blue #095BCD
RGB
CMYK
RGB Variations
Color information
#095BCD (or 0x095BCD) is known color: Navy Blue. HEX triplet: 09, 5B and CD. RGB value is (9,91,205). Sum of RGB (Red+Green+Blue) = 9+91+205=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 91 (35.94% from 255 or 29.84% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #095BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BCD is #F6A432. Grayscale: #4E4E4E. Windows color (decimal): -16163891 or 13458185. OLE color: 13458185.
HSL color Cylindrical-coordinate representation of color #095BCD: hue angle of 214.9º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BCD is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 91 | 205 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.20 |
| HSL | 214.9º | 0.92% | 0.42% | - |
| HSV(B) | 214.9º | 0.96% | 0.8% | - |
| XYZ | 14.87 | 11.95 | 59.28 | - |
| YUV | 79.48 | 198.83 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 205 | 0.96 | 0.56 | 0 | 0.20 | 214.9 | 0.92 | 0.42 |
| Hex | 9 | 5B | CD | 60 | 38 | 0 | 14 | D7 | 5C | 2A |
| Octal | 11 | 133 | 315 | 140 | 70 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1001 | 1011011 | 11001101 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095BCD
Complementary color
Monochromatic Colors of #095BCD
Black with #095BCD
Text Example
Text Example
White with #095BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BCD; }
p { color: rgb(9,91,205); }
H1.HeaderClassName
{
color: #095BCD;
}
.AnyTagClassName
{
color: #095BCD;
}
</style>
background-color css
<style>
a { background-color: #095BCD; }
a { background-color: rgb(9,91,205); }
div.DivClassName
{
background-color: #095BCD;
}
.BgClassName
{
background-color: #095BCD;
}
</style>
border-color css
<style>
span { border-color: #095BCD; }
span { border-color: rgb(9,91,205); }
td.TdClassName
{
border-color: #095BCD;
}
.TagClassName
{
border-color: #095BCD;
}
</style>