Shades of Navy Blue #095BCC
Tints of Navy Blue #095BCC
RGB
CMYK
RGB Variations
Color information
#095BCC (or 0x095BCC) is known color: Navy Blue. HEX triplet: 09, 5B and CC. RGB value is (9,91,204). Sum of RGB (Red+Green+Blue) = 9+91+204=304 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.96% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 204 (80.08% from 255 or 67.11% from 304); Max value from RGB is 204 - color contains mainly: blue. Hex color #095BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BCC is #F6A433. Grayscale: #4E4E4E. Windows color (decimal): -16163892 or 13392649. OLE color: 13392649.
HSL color Cylindrical-coordinate representation of color #095BCC: hue angle of 214.77º 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 #095BCC is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 91 | 204 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.2 |
| HSL | 214.77º | 0.92% | 0.42% | - |
| HSV(B) | 214.77º | 0.96% | 0.8% | - |
| XYZ | 14.75 | 11.9 | 58.65 | - |
| YUV | 79.36 | 198.33 | 77.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 204 | 0.96 | 0.55 | 0 | 0.2 | 214.77 | 0.92 | 0.42 |
| Hex | 9 | 5B | CC | 60 | 37 | 0 | 14 | D7 | 5C | 2A |
| Octal | 11 | 133 | 314 | 140 | 67 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1001 | 1011011 | 11001100 | 1100000 | 110111 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095BCC
Complementary color
Monochromatic Colors of #095BCC
Black with #095BCC
Text Example
Text Example
White with #095BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BCC; }
p { color: rgb(9,91,204); }
H1.HeaderClassName
{
color: #095BCC;
}
.AnyTagClassName
{
color: #095BCC;
}
</style>
background-color css
<style>
a { background-color: #095BCC; }
a { background-color: rgb(9,91,204); }
div.DivClassName
{
background-color: #095BCC;
}
.BgClassName
{
background-color: #095BCC;
}
</style>
border-color css
<style>
span { border-color: #095BCC; }
span { border-color: rgb(9,91,204); }
td.TdClassName
{
border-color: #095BCC;
}
.TagClassName
{
border-color: #095BCC;
}
</style>