Shades of Navy Blue #0355DF
Tints of Navy Blue #0355DF
RGB
CMYK
RGB Variations
Color information
#0355DF (or 0x0355DF) is known color: Navy Blue. HEX triplet: 03, 55 and DF. RGB value is (3,85,223). Sum of RGB (Red+Green+Blue) = 3+85+223=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 223 (87.5% from 255 or 71.70% from 311); Max value from RGB is 223 - color contains mainly: blue. Hex color #0355DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355DF is #FCAA20. Grayscale: #4B4B4B. Windows color (decimal): -16558625 or 14636291. OLE color: 14636291.
HSL color Cylindrical-coordinate representation of color #0355DF: hue angle of 217.64º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0355DF is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 85 | 223 | - |
| CMYK | 0.99 | 0.62 | 0 | 0.13 |
| HSL | 217.64º | 0.97% | 0.44% | - |
| HSV(B) | 217.64º | 0.99% | 0.87% | - |
| XYZ | 16.61 | 11.84 | 71.22 | - |
| YUV | 76.21 | 210.83 | 75.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 223 | 0.99 | 0.62 | 0 | 0.13 | 217.64 | 0.97 | 0.44 |
| Hex | 3 | 55 | DF | 63 | 3E | 0 | D | DA | 61 | 2C |
| Octal | 3 | 125 | 337 | 143 | 76 | 0 | 15 | 332 | 141 | 54 |
| Binary | 11 | 1010101 | 11011111 | 1100011 | 111110 | 0 | 1101 | 11011010 | 1100001 | 101100 |
Color Harmonies of #0355DF
Complementary color
Monochromatic Colors of #0355DF
Black with #0355DF
Text Example
Text Example
White with #0355DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355DF; }
p { color: rgb(3,85,223); }
H1.HeaderClassName
{
color: #0355DF;
}
.AnyTagClassName
{
color: #0355DF;
}
</style>
background-color css
<style>
a { background-color: #0355DF; }
a { background-color: rgb(3,85,223); }
div.DivClassName
{
background-color: #0355DF;
}
.BgClassName
{
background-color: #0355DF;
}
</style>
border-color css
<style>
span { border-color: #0355DF; }
span { border-color: rgb(3,85,223); }
td.TdClassName
{
border-color: #0355DF;
}
.TagClassName
{
border-color: #0355DF;
}
</style>