Shades of Navy Blue #095CCC
Tints of Navy Blue #095CCC
RGB
CMYK
RGB Variations
Color information
#095CCC (or 0x095CCC) is known color: Navy Blue. HEX triplet: 09, 5C and CC. RGB value is (9,92,204). Sum of RGB (Red+Green+Blue) = 9+92+204=305 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.95% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 204 (80.08% from 255 or 66.89% from 305); Max value from RGB is 204 - color contains mainly: blue. Hex color #095CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CCC is #F6A333. Grayscale: #4F4F4F. Windows color (decimal): -16163636 or 13392905. OLE color: 13392905.
HSL color Cylindrical-coordinate representation of color #095CCC: hue angle of 214.46º 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 #095CCC is Cyan = 0.96, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 92 | 204 | - |
| CMYK | 0.96 | 0.55 | 0 | 0.2 |
| HSL | 214.46º | 0.92% | 0.42% | - |
| HSV(B) | 214.46º | 0.96% | 0.8% | - |
| XYZ | 14.84 | 12.07 | 58.67 | - |
| YUV | 79.95 | 198 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 204 | 0.96 | 0.55 | 0 | 0.2 | 214.46 | 0.92 | 0.42 |
| Hex | 9 | 5C | CC | 60 | 37 | 0 | 14 | D6 | 5C | 2A |
| Octal | 11 | 134 | 314 | 140 | 67 | 0 | 24 | 326 | 134 | 52 |
| Binary | 1001 | 1011100 | 11001100 | 1100000 | 110111 | 0 | 10100 | 11010110 | 1011100 | 101010 |
Color Harmonies of #095CCC
Complementary color
Monochromatic Colors of #095CCC
Black with #095CCC
Text Example
Text Example
White with #095CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CCC; }
p { color: rgb(9,92,204); }
H1.HeaderClassName
{
color: #095CCC;
}
.AnyTagClassName
{
color: #095CCC;
}
</style>
background-color css
<style>
a { background-color: #095CCC; }
a { background-color: rgb(9,92,204); }
div.DivClassName
{
background-color: #095CCC;
}
.BgClassName
{
background-color: #095CCC;
}
</style>
border-color css
<style>
span { border-color: #095CCC; }
span { border-color: rgb(9,92,204); }
td.TdClassName
{
border-color: #095CCC;
}
.TagClassName
{
border-color: #095CCC;
}
</style>