Shades of Navy Blue #0483CE
Tints of Navy Blue #0483CE
RGB
CMYK
RGB Variations
Color information
#0483CE (or 0x0483CE) is known color: Navy Blue. HEX triplet: 04, 83 and CE. RGB value is (4,131,206). Sum of RGB (Red+Green+Blue) = 4+131+206=341 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.17% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 206 (80.86% from 255 or 60.41% from 341); Max value from RGB is 206 - color contains mainly: blue. Hex color #0483CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0483CE is #FB7C31. Grayscale: #656565. Windows color (decimal): -16481330 or 13533956. OLE color: 13533956.
HSL color Cylindrical-coordinate representation of color #0483CE: hue angle of 202.28º 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 #0483CE is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 4 | 131 | 206 | - |
| CMYK | 0.98 | 0.36 | 0 | 0.19 |
| HSL | 202.28º | 0.96% | 0.41% | - |
| HSV(B) | 202.28º | 0.98% | 0.81% | - |
| XYZ | 19.31 | 20.71 | 61.37 | - |
| YUV | 101.58 | 186.92 | 58.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 131 | 206 | 0.98 | 0.36 | 0 | 0.19 | 202.28 | 0.96 | 0.41 |
| Hex | 4 | 83 | CE | 62 | 24 | 0 | 13 | CA | 60 | 29 |
| Octal | 4 | 203 | 316 | 142 | 44 | 0 | 23 | 312 | 140 | 51 |
| Binary | 100 | 10000011 | 11001110 | 1100010 | 100100 | 0 | 10011 | 11001010 | 1100000 | 101001 |
Color Harmonies of #0483CE
Complementary color
Monochromatic Colors of #0483CE
Black with #0483CE
Text Example
Text Example
White with #0483CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0483CE; }
p { color: rgb(4,131,206); }
H1.HeaderClassName
{
color: #0483CE;
}
.AnyTagClassName
{
color: #0483CE;
}
</style>
background-color css
<style>
a { background-color: #0483CE; }
a { background-color: rgb(4,131,206); }
div.DivClassName
{
background-color: #0483CE;
}
.BgClassName
{
background-color: #0483CE;
}
</style>
border-color css
<style>
span { border-color: #0483CE; }
span { border-color: rgb(4,131,206); }
td.TdClassName
{
border-color: #0483CE;
}
.TagClassName
{
border-color: #0483CE;
}
</style>