Shades of Navy Blue #095CCE
Tints of Navy Blue #095CCE
RGB
CMYK
RGB Variations
Color information
#095CCE (or 0x095CCE) is known color: Navy Blue. HEX triplet: 09, 5C and CE. RGB value is (9,92,206). Sum of RGB (Red+Green+Blue) = 9+92+206=307 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.93% from 307); Green value is 92 (36.33% from 255 or 29.97% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #095CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CCE is #F6A331. Grayscale: #4F4F4F. Windows color (decimal): -16163634 or 13523977. OLE color: 13523977.
HSL color Cylindrical-coordinate representation of color #095CCE: hue angle of 214.72º 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 #095CCE is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 9 | 92 | 206 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.19 |
| HSL | 214.72º | 0.92% | 0.42% | - |
| HSV(B) | 214.72º | 0.96% | 0.81% | - |
| XYZ | 15.08 | 12.17 | 59.95 | - |
| YUV | 80.18 | 199 | 77.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 206 | 0.96 | 0.55 | 0 | 0.19 | 214.72 | 0.92 | 0.42 |
| Hex | 9 | 5C | CE | 60 | 37 | 0 | 13 | D7 | 5C | 2A |
| Octal | 11 | 134 | 316 | 140 | 67 | 0 | 23 | 327 | 134 | 52 |
| Binary | 1001 | 1011100 | 11001110 | 1100000 | 110111 | 0 | 10011 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095CCE
Complementary color
Monochromatic Colors of #095CCE
Black with #095CCE
Text Example
Text Example
White with #095CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CCE; }
p { color: rgb(9,92,206); }
H1.HeaderClassName
{
color: #095CCE;
}
.AnyTagClassName
{
color: #095CCE;
}
</style>
background-color css
<style>
a { background-color: #095CCE; }
a { background-color: rgb(9,92,206); }
div.DivClassName
{
background-color: #095CCE;
}
.BgClassName
{
background-color: #095CCE;
}
</style>
border-color css
<style>
span { border-color: #095CCE; }
span { border-color: rgb(9,92,206); }
td.TdClassName
{
border-color: #095CCE;
}
.TagClassName
{
border-color: #095CCE;
}
</style>