Shades of Navy Blue #0355ED
Tints of Navy Blue #0355ED
RGB
CMYK
RGB Variations
Color information
#0355ED (or 0x0355ED) is known color: Navy Blue. HEX triplet: 03, 55 and ED. RGB value is (3,85,237). Sum of RGB (Red+Green+Blue) = 3+85+237=325 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 325); Green value is 85 (33.59% from 255 or 26.15% from 325); Blue value is 237 (92.97% from 255 or 72.92% from 325); Max value from RGB is 237 - color contains mainly: blue. Hex color #0355ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0355ED is #FCAA12. Grayscale: #4D4D4D. Windows color (decimal): -16558611 or 15553795. OLE color: 15553795.
HSL color Cylindrical-coordinate representation of color #0355ED: hue angle of 218.97º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0355ED is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 3 | 85 | 237 | - |
| CMYK | 0.99 | 0.64 | 0 | 0.07 |
| HSL | 218.97º | 0.98% | 0.47% | - |
| HSV(B) | 218.97º | 0.99% | 0.93% | - |
| XYZ | 18.57 | 12.63 | 81.58 | - |
| YUV | 77.81 | 217.83 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 237 | 0.99 | 0.64 | 0 | 0.07 | 218.97 | 0.98 | 0.47 |
| Hex | 3 | 55 | ED | 63 | 40 | 0 | 7 | DB | 62 | 2F |
| Octal | 3 | 125 | 355 | 143 | 100 | 0 | 7 | 333 | 142 | 57 |
| Binary | 11 | 1010101 | 11101101 | 1100011 | 1000000 | 0 | 111 | 11011011 | 1100010 | 101111 |
Color Harmonies of #0355ED
Complementary color
Monochromatic Colors of #0355ED
Black with #0355ED
Text Example
Text Example
White with #0355ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355ED; }
p { color: rgb(3,85,237); }
H1.HeaderClassName
{
color: #0355ED;
}
.AnyTagClassName
{
color: #0355ED;
}
</style>
background-color css
<style>
a { background-color: #0355ED; }
a { background-color: rgb(3,85,237); }
div.DivClassName
{
background-color: #0355ED;
}
.BgClassName
{
background-color: #0355ED;
}
</style>
border-color css
<style>
span { border-color: #0355ED; }
span { border-color: rgb(3,85,237); }
td.TdClassName
{
border-color: #0355ED;
}
.TagClassName
{
border-color: #0355ED;
}
</style>