Shades of Navy Blue #0574BC
Tints of Navy Blue #0574BC
RGB
CMYK
RGB Variations
Color information
#0574BC (or 0x0574BC) is known color: Navy Blue. HEX triplet: 05, 74 and BC. RGB value is (5,116,188). Sum of RGB (Red+Green+Blue) = 5+116+188=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 116 (45.70% from 255 or 37.54% from 309); Blue value is 188 (73.83% from 255 or 60.84% from 309); Max value from RGB is 188 - color contains mainly: blue. Hex color #0574BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0574BC is #FA8B43. Grayscale: #5A5A5A. Windows color (decimal): -16419652 or 12350469. OLE color: 12350469.
HSL color Cylindrical-coordinate representation of color #0574BC: hue angle of 203.61º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0574BC is Cyan = 0.97, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 116 | 188 | - |
| CMYK | 0.97 | 0.38 | 0 | 0.26 |
| HSL | 203.61º | 0.95% | 0.38% | - |
| HSV(B) | 203.61º | 0.97% | 0.74% | - |
| XYZ | 15.39 | 16.15 | 49.88 | - |
| YUV | 91.02 | 182.73 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 116 | 188 | 0.97 | 0.38 | 0 | 0.26 | 203.61 | 0.95 | 0.38 |
| Hex | 5 | 74 | BC | 61 | 26 | 0 | 1A | CC | 5F | 26 |
| Octal | 5 | 164 | 274 | 141 | 46 | 0 | 32 | 314 | 137 | 46 |
| Binary | 101 | 1110100 | 10111100 | 1100001 | 100110 | 0 | 11010 | 11001100 | 1011111 | 100110 |
Color Harmonies of #0574BC
Complementary color
Monochromatic Colors of #0574BC
Black with #0574BC
Text Example
Text Example
White with #0574BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0574BC; }
p { color: rgb(5,116,188); }
H1.HeaderClassName
{
color: #0574BC;
}
.AnyTagClassName
{
color: #0574BC;
}
</style>
background-color css
<style>
a { background-color: #0574BC; }
a { background-color: rgb(5,116,188); }
div.DivClassName
{
background-color: #0574BC;
}
.BgClassName
{
background-color: #0574BC;
}
</style>
border-color css
<style>
span { border-color: #0574BC; }
span { border-color: rgb(5,116,188); }
td.TdClassName
{
border-color: #0574BC;
}
.TagClassName
{
border-color: #0574BC;
}
</style>