Shades of Navy Blue #095CC8
Tints of Navy Blue #095CC8
RGB
CMYK
RGB Variations
Color information
#095CC8 (or 0x095CC8) is known color: Navy Blue. HEX triplet: 09, 5C and C8. RGB value is (9,92,200). Sum of RGB (Red+Green+Blue) = 9+92+200=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 200 (78.52% from 255 or 66.45% from 301); Max value from RGB is 200 - color contains mainly: blue. Hex color #095CC8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CC8 is #F6A337. Grayscale: #4E4E4E. Windows color (decimal): -16163640 or 13130761. OLE color: 13130761.
HSL color Cylindrical-coordinate representation of color #095CC8: hue angle of 213.93º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #095CC8 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 9 | 92 | 200 | - |
| CMYK | 0.96 | 0.54 | 0 | 0.22 |
| HSL | 213.93º | 0.91% | 0.41% | - |
| HSV(B) | 213.93º | 0.96% | 0.78% | - |
| XYZ | 14.37 | 11.88 | 56.18 | - |
| YUV | 79.5 | 196 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 200 | 0.96 | 0.54 | 0 | 0.22 | 213.93 | 0.91 | 0.41 |
| Hex | 9 | 5C | C8 | 60 | 36 | 0 | 16 | D6 | 5B | 29 |
| Octal | 11 | 134 | 310 | 140 | 66 | 0 | 26 | 326 | 133 | 51 |
| Binary | 1001 | 1011100 | 11001000 | 1100000 | 110110 | 0 | 10110 | 11010110 | 1011011 | 101001 |
Color Harmonies of #095CC8
Complementary color
Monochromatic Colors of #095CC8
Black with #095CC8
Text Example
Text Example
White with #095CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CC8; }
p { color: rgb(9,92,200); }
H1.HeaderClassName
{
color: #095CC8;
}
.AnyTagClassName
{
color: #095CC8;
}
</style>
background-color css
<style>
a { background-color: #095CC8; }
a { background-color: rgb(9,92,200); }
div.DivClassName
{
background-color: #095CC8;
}
.BgClassName
{
background-color: #095CC8;
}
</style>
border-color css
<style>
span { border-color: #095CC8; }
span { border-color: rgb(9,92,200); }
td.TdClassName
{
border-color: #095CC8;
}
.TagClassName
{
border-color: #095CC8;
}
</style>