Shades of Navy Blue #095BCB
Tints of Navy Blue #095BCB
RGB
CMYK
RGB Variations
Color information
#095BCB (or 0x095BCB) is known color: Navy Blue. HEX triplet: 09, 5B and CB. RGB value is (9,91,203). Sum of RGB (Red+Green+Blue) = 9+91+203=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 91 (35.94% from 255 or 30.03% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #095BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BCB is #F6A434. Grayscale: #4E4E4E. Windows color (decimal): -16163893 or 13327113. OLE color: 13327113.
HSL color Cylindrical-coordinate representation of color #095BCB: hue angle of 214.64º 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 #095BCB is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 9 | 91 | 203 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.20 |
| HSL | 214.64º | 0.92% | 0.42% | - |
| HSV(B) | 214.64º | 0.96% | 0.8% | - |
| XYZ | 14.63 | 11.85 | 58.02 | - |
| YUV | 79.25 | 197.83 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 203 | 0.96 | 0.55 | 0 | 0.20 | 214.64 | 0.92 | 0.42 |
| Hex | 9 | 5B | CB | 60 | 37 | 0 | 14 | D7 | 5C | 2A |
| Octal | 11 | 133 | 313 | 140 | 67 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1001 | 1011011 | 11001011 | 1100000 | 110111 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095BCB
Complementary color
Monochromatic Colors of #095BCB
Black with #095BCB
Text Example
Text Example
White with #095BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BCB; }
p { color: rgb(9,91,203); }
H1.HeaderClassName
{
color: #095BCB;
}
.AnyTagClassName
{
color: #095BCB;
}
</style>
background-color css
<style>
a { background-color: #095BCB; }
a { background-color: rgb(9,91,203); }
div.DivClassName
{
background-color: #095BCB;
}
.BgClassName
{
background-color: #095BCB;
}
</style>
border-color css
<style>
span { border-color: #095BCB; }
span { border-color: rgb(9,91,203); }
td.TdClassName
{
border-color: #095BCB;
}
.TagClassName
{
border-color: #095BCB;
}
</style>