Shades of Navy Blue #0483CF
Tints of Navy Blue #0483CF
RGB
CMYK
RGB Variations
Color information
#0483CF (or 0x0483CF) is known color: Navy Blue. HEX triplet: 04, 83 and CF. RGB value is (4,131,207). Sum of RGB (Red+Green+Blue) = 4+131+207=342 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #0483CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483CF is #FB7C30. Grayscale: #656565. Windows color (decimal): -16481329 or 13599492. OLE color: 13599492.
HSL color Cylindrical-coordinate representation of color #0483CF: hue angle of 202.46º 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 #0483CF is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 131 | 207 | - |
| CMYK | 0.98 | 0.37 | 0 | 0.19 |
| HSL | 202.46º | 0.96% | 0.41% | - |
| HSV(B) | 202.46º | 0.98% | 0.81% | - |
| XYZ | 19.43 | 20.76 | 62.02 | - |
| YUV | 101.69 | 187.42 | 58.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 207 | 0.98 | 0.37 | 0 | 0.19 | 202.46 | 0.96 | 0.41 |
| Hex | 4 | 83 | CF | 62 | 25 | 0 | 13 | CA | 60 | 29 |
| Octal | 4 | 203 | 317 | 142 | 45 | 0 | 23 | 312 | 140 | 51 |
| Binary | 100 | 10000011 | 11001111 | 1100010 | 100101 | 0 | 10011 | 11001010 | 1100000 | 101001 |
Color Harmonies of #0483CF
Complementary color
Monochromatic Colors of #0483CF
Black with #0483CF
Text Example
Text Example
White with #0483CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483CF; }
p { color: rgb(4,131,207); }
H1.HeaderClassName
{
color: #0483CF;
}
.AnyTagClassName
{
color: #0483CF;
}
</style>
background-color css
<style>
a { background-color: #0483CF; }
a { background-color: rgb(4,131,207); }
div.DivClassName
{
background-color: #0483CF;
}
.BgClassName
{
background-color: #0483CF;
}
</style>
border-color css
<style>
span { border-color: #0483CF; }
span { border-color: rgb(4,131,207); }
td.TdClassName
{
border-color: #0483CF;
}
.TagClassName
{
border-color: #0483CF;
}
</style>