Shades of Navy Blue #0353CE
Tints of Navy Blue #0353CE
RGB
CMYK
RGB Variations
Color information
#0353CE (or 0x0353CE) is known color: Navy Blue. HEX triplet: 03, 53 and CE. RGB value is (3,83,206). Sum of RGB (Red+Green+Blue) = 3+83+206=292 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 206 (80.86% from 255 or 70.55% from 292); Max value from RGB is 206 - color contains mainly: blue. Hex color #0353CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353CE is #FCAC31. Grayscale: #484848. Windows color (decimal): -16559154 or 13521667. OLE color: 13521667.
HSL color Cylindrical-coordinate representation of color #0353CE: hue angle of 216.35º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0353CE is Cyan = 0.99, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 83 | 206 | - |
| CMYK | 0.99 | 0.60 | 0 | 0.19 |
| HSL | 216.35º | 0.97% | 0.41% | - |
| HSV(B) | 216.35º | 0.99% | 0.81% | - |
| XYZ | 14.27 | 10.66 | 59.7 | - |
| YUV | 73.1 | 203 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 206 | 0.99 | 0.60 | 0 | 0.19 | 216.35 | 0.97 | 0.41 |
| Hex | 3 | 53 | CE | 63 | 3C | 0 | 13 | D8 | 61 | 29 |
| Octal | 3 | 123 | 316 | 143 | 74 | 0 | 23 | 330 | 141 | 51 |
| Binary | 11 | 1010011 | 11001110 | 1100011 | 111100 | 0 | 10011 | 11011000 | 1100001 | 101001 |
Color Harmonies of #0353CE
Complementary color
Monochromatic Colors of #0353CE
Black with #0353CE
Text Example
Text Example
White with #0353CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0353CE; }
p { color: rgb(3,83,206); }
H1.HeaderClassName
{
color: #0353CE;
}
.AnyTagClassName
{
color: #0353CE;
}
</style>
background-color css
<style>
a { background-color: #0353CE; }
a { background-color: rgb(3,83,206); }
div.DivClassName
{
background-color: #0353CE;
}
.BgClassName
{
background-color: #0353CE;
}
</style>
border-color css
<style>
span { border-color: #0353CE; }
span { border-color: rgb(3,83,206); }
td.TdClassName
{
border-color: #0353CE;
}
.TagClassName
{
border-color: #0353CE;
}
</style>