Shades of Navy Blue #0353FF
Tints of Navy Blue #0353FF
RGB
CMYK
RGB Variations
Color information
#0353FF (or 0x0353FF) is known color: Navy Blue. HEX triplet: 03, 53 and FF. RGB value is (3,83,255). Sum of RGB (Red+Green+Blue) = 3+83+255=341 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #0353FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0353FF is #FCAC00. Grayscale: #4D4D4D. Windows color (decimal): -16559105 or 16732931. OLE color: 16732931.
HSL color Cylindrical-coordinate representation of color #0353FF: hue angle of 220.95º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0353FF is Cyan = 0.99, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 83 | 255 | - |
| CMYK | 0.99 | 0.67 | 0 | 0 |
| HSL | 220.95º | 1% | 0.51% | - |
| HSV(B) | 220.95º | 0.99% | 1% | - |
| XYZ | 21.18 | 13.43 | 96.08 | - |
| YUV | 78.69 | 227.5 | 74.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 255 | 0.99 | 0.67 | 0 | 0 | 220.95 | 1 | 0.51 |
| Hex | 3 | 53 | FF | 63 | 43 | 0 | 0 | DD | 64 | 33 |
| Octal | 3 | 123 | 377 | 143 | 103 | 0 | 0 | 335 | 144 | 63 |
| Binary | 11 | 1010011 | 11111111 | 1100011 | 1000011 | 0 | 0 | 11011101 | 1100100 | 110011 |
Color Harmonies of #0353FF
Complementary color
Monochromatic Colors of #0353FF
Black with #0353FF
Text Example
Text Example
White with #0353FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353FF; }
p { color: rgb(3,83,255); }
H1.HeaderClassName
{
color: #0353FF;
}
.AnyTagClassName
{
color: #0353FF;
}
</style>
background-color css
<style>
a { background-color: #0353FF; }
a { background-color: rgb(3,83,255); }
div.DivClassName
{
background-color: #0353FF;
}
.BgClassName
{
background-color: #0353FF;
}
</style>
border-color css
<style>
span { border-color: #0353FF; }
span { border-color: rgb(3,83,255); }
td.TdClassName
{
border-color: #0353FF;
}
.TagClassName
{
border-color: #0353FF;
}
</style>