Shades of Navy Blue #095FCC
Tints of Navy Blue #095FCC
RGB
CMYK
RGB Variations
Color information
#095FCC (or 0x095FCC) is known color: Navy Blue. HEX triplet: 09, 5F and CC. RGB value is (9,95,204). Sum of RGB (Red+Green+Blue) = 9+95+204=308 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.92% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #095FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095FCC is #F6A033. Grayscale: #515151. Windows color (decimal): -16162868 or 13393673. OLE color: 13393673.
HSL color Cylindrical-coordinate representation of color #095FCC: hue angle of 213.54º 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 #095FCC is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 95 | 204 | - |
| CMYK | 0.96 | 0.53 | 0 | 0.2 |
| HSL | 213.54º | 0.92% | 0.42% | - |
| HSV(B) | 213.54º | 0.96% | 0.8% | - |
| XYZ | 15.1 | 12.6 | 58.76 | - |
| YUV | 81.71 | 197.01 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 95 | 204 | 0.96 | 0.53 | 0 | 0.2 | 213.54 | 0.92 | 0.42 |
| Hex | 9 | 5F | CC | 60 | 35 | 0 | 14 | D6 | 5C | 2A |
| Octal | 11 | 137 | 314 | 140 | 65 | 0 | 24 | 326 | 134 | 52 |
| Binary | 1001 | 1011111 | 11001100 | 1100000 | 110101 | 0 | 10100 | 11010110 | 1011100 | 101010 |
Color Harmonies of #095FCC
Complementary color
Monochromatic Colors of #095FCC
Black with #095FCC
Text Example
Text Example
White with #095FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095FCC; }
p { color: rgb(9,95,204); }
H1.HeaderClassName
{
color: #095FCC;
}
.AnyTagClassName
{
color: #095FCC;
}
</style>
background-color css
<style>
a { background-color: #095FCC; }
a { background-color: rgb(9,95,204); }
div.DivClassName
{
background-color: #095FCC;
}
.BgClassName
{
background-color: #095FCC;
}
</style>
border-color css
<style>
span { border-color: #095FCC; }
span { border-color: rgb(9,95,204); }
td.TdClassName
{
border-color: #095FCC;
}
.TagClassName
{
border-color: #095FCC;
}
</style>