Shades of Navy Blue #0355DC
Tints of Navy Blue #0355DC
RGB
CMYK
RGB Variations
Color information
#0355DC (or 0x0355DC) is known color: Navy Blue. HEX triplet: 03, 55 and DC. RGB value is (3,85,220). Sum of RGB (Red+Green+Blue) = 3+85+220=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 220 (86.33% from 255 or 71.43% from 308); Max value from RGB is 220 - color contains mainly: blue. Hex color #0355DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355DC is #FCAA23. Grayscale: #4B4B4B. Windows color (decimal): -16558628 or 14439683. OLE color: 14439683.
HSL color Cylindrical-coordinate representation of color #0355DC: hue angle of 217.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0355DC is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 3 | 85 | 220 | - |
| CMYK | 0.99 | 0.61 | 0 | 0.14 |
| HSL | 217.33º | 0.97% | 0.44% | - |
| HSV(B) | 217.33º | 0.99% | 0.86% | - |
| XYZ | 16.2 | 11.68 | 69.11 | - |
| YUV | 75.87 | 209.33 | 76.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 220 | 0.99 | 0.61 | 0 | 0.14 | 217.33 | 0.97 | 0.44 |
| Hex | 3 | 55 | DC | 63 | 3D | 0 | E | D9 | 61 | 2C |
| Octal | 3 | 125 | 334 | 143 | 75 | 0 | 16 | 331 | 141 | 54 |
| Binary | 11 | 1010101 | 11011100 | 1100011 | 111101 | 0 | 1110 | 11011001 | 1100001 | 101100 |
Color Harmonies of #0355DC
Complementary color
Monochromatic Colors of #0355DC
Black with #0355DC
Text Example
Text Example
White with #0355DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355DC; }
p { color: rgb(3,85,220); }
H1.HeaderClassName
{
color: #0355DC;
}
.AnyTagClassName
{
color: #0355DC;
}
</style>
background-color css
<style>
a { background-color: #0355DC; }
a { background-color: rgb(3,85,220); }
div.DivClassName
{
background-color: #0355DC;
}
.BgClassName
{
background-color: #0355DC;
}
</style>
border-color css
<style>
span { border-color: #0355DC; }
span { border-color: rgb(3,85,220); }
td.TdClassName
{
border-color: #0355DC;
}
.TagClassName
{
border-color: #0355DC;
}
</style>