Shades of Navy Blue #0355CB
Tints of Navy Blue #0355CB
RGB
CMYK
RGB Variations
Color information
#0355CB (or 0x0355CB) is known color: Navy Blue. HEX triplet: 03, 55 and CB. RGB value is (3,85,203). Sum of RGB (Red+Green+Blue) = 3+85+203=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 203 (79.69% from 255 or 69.76% from 291); Max value from RGB is 203 - color contains mainly: blue. Hex color #0355CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0355CB is #FCAA34. Grayscale: #494949. Windows color (decimal): -16558645 or 13325571. OLE color: 13325571.
HSL color Cylindrical-coordinate representation of color #0355CB: hue angle of 215.4º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0355CB is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 85 | 203 | - |
| CMYK | 0.99 | 0.58 | 0 | 0.20 |
| HSL | 215.4º | 0.97% | 0.4% | - |
| HSV(B) | 215.4º | 0.99% | 0.8% | - |
| XYZ | 14.07 | 10.83 | 57.85 | - |
| YUV | 73.93 | 200.83 | 77.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 85 | 203 | 0.99 | 0.58 | 0 | 0.20 | 215.4 | 0.97 | 0.4 |
| Hex | 3 | 55 | CB | 63 | 3A | 0 | 14 | D7 | 61 | 28 |
| Octal | 3 | 125 | 313 | 143 | 72 | 0 | 24 | 327 | 141 | 50 |
| Binary | 11 | 1010101 | 11001011 | 1100011 | 111010 | 0 | 10100 | 11010111 | 1100001 | 101000 |
Color Harmonies of #0355CB
Complementary color
Monochromatic Colors of #0355CB
Black with #0355CB
Text Example
Text Example
White with #0355CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0355CB; }
p { color: rgb(3,85,203); }
H1.HeaderClassName
{
color: #0355CB;
}
.AnyTagClassName
{
color: #0355CB;
}
</style>
background-color css
<style>
a { background-color: #0355CB; }
a { background-color: rgb(3,85,203); }
div.DivClassName
{
background-color: #0355CB;
}
.BgClassName
{
background-color: #0355CB;
}
</style>
border-color css
<style>
span { border-color: #0355CB; }
span { border-color: rgb(3,85,203); }
td.TdClassName
{
border-color: #0355CB;
}
.TagClassName
{
border-color: #0355CB;
}
</style>