Shades of Navy Blue #0480CE
Tints of Navy Blue #0480CE
RGB
CMYK
RGB Variations
Color information
#0480CE (or 0x0480CE) is known color: Navy Blue. HEX triplet: 04, 80 and CE. RGB value is (4,128,206). Sum of RGB (Red+Green+Blue) = 4+128+206=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #0480CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0480CE is #FB7F31. Grayscale: #636363. Windows color (decimal): -16482098 or 13533188. OLE color: 13533188.
HSL color Cylindrical-coordinate representation of color #0480CE: hue angle of 203.17º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0480CE is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 128 | 206 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.19 |
| HSL | 203.17º | 0.96% | 0.41% | - |
| HSV(B) | 203.17º | 0.98% | 0.81% | - |
| XYZ | 18.91 | 19.92 | 61.24 | - |
| YUV | 99.82 | 187.92 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 128 | 206 | 0.98 | 0.38 | 0 | 0.19 | 203.17 | 0.96 | 0.41 |
| Hex | 4 | 80 | CE | 62 | 26 | 0 | 13 | CB | 60 | 29 |
| Octal | 4 | 200 | 316 | 142 | 46 | 0 | 23 | 313 | 140 | 51 |
| Binary | 100 | 10000000 | 11001110 | 1100010 | 100110 | 0 | 10011 | 11001011 | 1100000 | 101001 |
Color Harmonies of #0480CE
Complementary color
Monochromatic Colors of #0480CE
Black with #0480CE
Text Example
Text Example
White with #0480CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0480CE; }
p { color: rgb(4,128,206); }
H1.HeaderClassName
{
color: #0480CE;
}
.AnyTagClassName
{
color: #0480CE;
}
</style>
background-color css
<style>
a { background-color: #0480CE; }
a { background-color: rgb(4,128,206); }
div.DivClassName
{
background-color: #0480CE;
}
.BgClassName
{
background-color: #0480CE;
}
</style>
border-color css
<style>
span { border-color: #0480CE; }
span { border-color: rgb(4,128,206); }
td.TdClassName
{
border-color: #0480CE;
}
.TagClassName
{
border-color: #0480CE;
}
</style>