Shades of Navy Blue #095CDF
Tints of Navy Blue #095CDF
RGB
CMYK
RGB Variations
Color information
#095CDF (or 0x095CDF) is known color: Navy Blue. HEX triplet: 09, 5C and DF. RGB value is (9,92,223). Sum of RGB (Red+Green+Blue) = 9+92+223=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #095CDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #095CDF is #F6A320. Grayscale: #515151. Windows color (decimal): -16163617 or 14638089. OLE color: 14638089.
HSL color Cylindrical-coordinate representation of color #095CDF: hue angle of 216.73º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #095CDF is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 9 | 92 | 223 | - |
| CMYK | 0.96 | 0.59 | 0 | 0.13 |
| HSL | 216.73º | 0.92% | 0.45% | - |
| HSV(B) | 216.73º | 0.96% | 0.87% | - |
| XYZ | 17.26 | 13.04 | 71.42 | - |
| YUV | 82.12 | 207.5 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 92 | 223 | 0.96 | 0.59 | 0 | 0.13 | 216.73 | 0.92 | 0.45 |
| Hex | 9 | 5C | DF | 60 | 3B | 0 | D | D9 | 5C | 2D |
| Octal | 11 | 134 | 337 | 140 | 73 | 0 | 15 | 331 | 134 | 55 |
| Binary | 1001 | 1011100 | 11011111 | 1100000 | 111011 | 0 | 1101 | 11011001 | 1011100 | 101101 |
Color Harmonies of #095CDF
Complementary color
Monochromatic Colors of #095CDF
Black with #095CDF
Text Example
Text Example
White with #095CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #095CDF; }
p { color: rgb(9,92,223); }
H1.HeaderClassName
{
color: #095CDF;
}
.AnyTagClassName
{
color: #095CDF;
}
</style>
background-color css
<style>
a { background-color: #095CDF; }
a { background-color: rgb(9,92,223); }
div.DivClassName
{
background-color: #095CDF;
}
.BgClassName
{
background-color: #095CDF;
}
</style>
border-color css
<style>
span { border-color: #095CDF; }
span { border-color: rgb(9,92,223); }
td.TdClassName
{
border-color: #095CDF;
}
.TagClassName
{
border-color: #095CDF;
}
</style>