Shades of Navy Blue #095BCE
Tints of Navy Blue #095BCE
RGB
CMYK
RGB Variations
Color information
#095BCE (or 0x095BCE) is known color: Navy Blue. HEX triplet: 09, 5B and CE. RGB value is (9,91,206). Sum of RGB (Red+Green+Blue) = 9+91+206=306 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.94% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 206 (80.86% from 255 or 67.32% from 306); Max value from RGB is 206 - color contains mainly: blue. Hex color #095BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095BCE is #F6A431. Grayscale: #4F4F4F. Windows color (decimal): -16163890 or 13523721. OLE color: 13523721.
HSL color Cylindrical-coordinate representation of color #095BCE: hue angle of 215.03º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095BCE is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 91 | 206 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.19 |
| HSL | 215.03º | 0.92% | 0.42% | - |
| HSV(B) | 215.03º | 0.96% | 0.81% | - |
| XYZ | 14.99 | 12 | 59.92 | - |
| YUV | 79.59 | 199.33 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 91 | 206 | 0.96 | 0.56 | 0 | 0.19 | 215.03 | 0.92 | 0.42 |
| Hex | 9 | 5B | CE | 60 | 38 | 0 | 13 | D7 | 5C | 2A |
| Octal | 11 | 133 | 316 | 140 | 70 | 0 | 23 | 327 | 134 | 52 |
| Binary | 1001 | 1011011 | 11001110 | 1100000 | 111000 | 0 | 10011 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095BCE
Complementary color
Monochromatic Colors of #095BCE
Black with #095BCE
Text Example
Text Example
White with #095BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095BCE; }
p { color: rgb(9,91,206); }
H1.HeaderClassName
{
color: #095BCE;
}
.AnyTagClassName
{
color: #095BCE;
}
</style>
background-color css
<style>
a { background-color: #095BCE; }
a { background-color: rgb(9,91,206); }
div.DivClassName
{
background-color: #095BCE;
}
.BgClassName
{
background-color: #095BCE;
}
</style>
border-color css
<style>
span { border-color: #095BCE; }
span { border-color: rgb(9,91,206); }
td.TdClassName
{
border-color: #095BCE;
}
.TagClassName
{
border-color: #095BCE;
}
</style>