Shades of Navy Blue #095ACC
Tints of Navy Blue #095ACC
RGB
CMYK
RGB Variations
Color information
#095ACC (or 0x095ACC) is known color: Navy Blue. HEX triplet: 09, 5A and CC. RGB value is (9,90,204). Sum of RGB (Red+Green+Blue) = 9+90+204=303 (40% of max value = 765). Red value is 9 (3.91% from 255 or 2.97% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 204 (80.08% from 255 or 67.33% from 303); Max value from RGB is 204 - color contains mainly: blue. Hex color #095ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095ACC is #F6A533. Grayscale: #4E4E4E. Windows color (decimal): -16164148 or 13392393. OLE color: 13392393.
HSL color Cylindrical-coordinate representation of color #095ACC: hue angle of 215.08º 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 #095ACC is Cyan = 0.96, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 9 | 90 | 204 | - |
| CMYK | 0.96 | 0.56 | 0 | 0.2 |
| HSL | 215.08º | 0.92% | 0.42% | - |
| HSV(B) | 215.08º | 0.96% | 0.8% | - |
| XYZ | 14.67 | 11.73 | 58.62 | - |
| YUV | 78.78 | 198.66 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 90 | 204 | 0.96 | 0.56 | 0 | 0.2 | 215.08 | 0.92 | 0.42 |
| Hex | 9 | 5A | CC | 60 | 38 | 0 | 14 | D7 | 5C | 2A |
| Octal | 11 | 132 | 314 | 140 | 70 | 0 | 24 | 327 | 134 | 52 |
| Binary | 1001 | 1011010 | 11001100 | 1100000 | 111000 | 0 | 10100 | 11010111 | 1011100 | 101010 |
Color Harmonies of #095ACC
Complementary color
Monochromatic Colors of #095ACC
Black with #095ACC
Text Example
Text Example
White with #095ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095ACC; }
p { color: rgb(9,90,204); }
H1.HeaderClassName
{
color: #095ACC;
}
.AnyTagClassName
{
color: #095ACC;
}
</style>
background-color css
<style>
a { background-color: #095ACC; }
a { background-color: rgb(9,90,204); }
div.DivClassName
{
background-color: #095ACC;
}
.BgClassName
{
background-color: #095ACC;
}
</style>
border-color css
<style>
span { border-color: #095ACC; }
span { border-color: rgb(9,90,204); }
td.TdClassName
{
border-color: #095ACC;
}
.TagClassName
{
border-color: #095ACC;
}
</style>